From 414cfd96dca0a9740e7cfe70ee627fd10d11ab3b Mon Sep 17 00:00:00 2001 From: blahai Date: Sat, 14 Dec 2024 18:56:07 +0200 Subject: [PATCH] idek --- hosts/epimetheus/configuration.nix | 2 -- hosts/nyx/configuration.nix | 15 ++++++--------- 2 files changed, 6 insertions(+), 11 deletions(-) diff --git a/hosts/epimetheus/configuration.nix b/hosts/epimetheus/configuration.nix index a11010d..1c74d3a 100644 --- a/hosts/epimetheus/configuration.nix +++ b/hosts/epimetheus/configuration.nix @@ -79,7 +79,6 @@ "https://hyprland.cachix.org/" "https://anyrun.cachix.org" "https://wezterm.cachix.org" - "https://hydra.nixos.org/" ]; trusted-public-keys = [ "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" @@ -87,7 +86,6 @@ "hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc=" "anyrun.cachix.org-1:pqBobmOjI7nKlsUMV25u9QHa9btJK65/C8vnO3p346s=" "wezterm.cachix.org-1:kAbhjYUC9qvblTE+s7S+kl5XM1zVa4skO+E/1IDWdH0=" - "hydra.nixos.org-1:CNHJZBh9K4tP3EKF6FkkgeVYsS3ohTl+oS0Qa8bezVs=" ]; }; diff --git a/hosts/nyx/configuration.nix b/hosts/nyx/configuration.nix index db7f4ac..8f94e81 100644 --- a/hosts/nyx/configuration.nix +++ b/hosts/nyx/configuration.nix @@ -1,4 +1,4 @@ -{ config, pkgs, inputs, system, lib, ... }: +{ config, pkgs, pkgs-smol, inputs, system, lib, ... }: { imports = [ @@ -18,11 +18,11 @@ }; efi.canTouchEfiVariables = true; }; - # supportedFilesystems = [ "zfs" ]; - # zfs = { - # forceImportRoot = false; - # package = pkgs.zfs_unstable; - # }; + #supportedFilesystems = [ "zfs" ]; + #zfs = { + # forceImportRoot = false; + # package = pkgs.zfs; + #}; kernelPackages = pkgs.linuxPackages_6_12; kernel = { sysctl = { "vm.max_map_count" = 2147483642; }; }; }; @@ -153,7 +153,6 @@ git = { enable = true; lfs.enable = true; - }; }; @@ -177,7 +176,6 @@ "https://hyprland.cachix.org/" "https://anyrun.cachix.org" "https://wezterm.cachix.org" - "https://hydra.nixos.org/" ]; trusted-public-keys = [ "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" @@ -185,7 +183,6 @@ "hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc=" "anyrun.cachix.org-1:pqBobmOjI7nKlsUMV25u9QHa9btJK65/C8vnO3p346s=" "wezterm.cachix.org-1:kAbhjYUC9qvblTE+s7S+kl5XM1zVa4skO+E/1IDWdH0=" - "hydra.nixos.org-1:CNHJZBh9K4tP3EKF6FkkgeVYsS3ohTl+oS0Qa8bezVs=" ]; }; };