diff options
| author | seth <[email protected]> | 2023-03-08 17:54:47 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-03-08 17:54:47 -0500 |
| commit | 445a7ffdf56b9c04a8f591d72d69f0e7bb5c7ce9 (patch) | |
| tree | 63206bfe393ef862e2895d8693c01f2f7fd12fc3 | |
| parent | 573c4980c7dd202a13ebd4aca2c301776dc90c12 (diff) | |
fix home nixpkgs config and update kernel
| -rw-r--r-- | hosts/glados/boot.nix | 2 | ||||
| -rw-r--r-- | users/seth/home.nix | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/hosts/glados/boot.nix b/hosts/glados/boot.nix index deb843b..9ab10d6 100644 --- a/hosts/glados/boot.nix +++ b/hosts/glados/boot.nix @@ -10,7 +10,7 @@ boot = { initrd.systemd.enable = true; - kernelPackages = pkgs.linuxPackages_6_1; + kernelPackages = pkgs.linuxPackages_latest; kernel.sysctl = { "vm.swappiness" = 100; diff --git a/users/seth/home.nix b/users/seth/home.nix index 67b95d1..e6b4a1b 100644 --- a/users/seth/home.nix +++ b/users/seth/home.nix @@ -17,7 +17,7 @@ configFile."nixpkgs/config.nix".text = '' { allowUnfree = true; - allowUnsupportedSystem; + allowUnsupportedSystem = true; } ''; }; |
