summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorseth <[email protected]>2023-03-08 17:54:47 -0500
committerseth <[email protected]>2023-03-08 17:54:47 -0500
commit445a7ffdf56b9c04a8f591d72d69f0e7bb5c7ce9 (patch)
tree63206bfe393ef862e2895d8693c01f2f7fd12fc3 /hosts
parent573c4980c7dd202a13ebd4aca2c301776dc90c12 (diff)
fix home nixpkgs config and update kernel
Diffstat (limited to 'hosts')
-rw-r--r--hosts/glados/boot.nix2
1 files changed, 1 insertions, 1 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;