hosts(rpi4,nullbox): update kernel

This commit is contained in:
NullBite 2025-02-25 15:43:36 -05:00
parent c8075804b1
commit a1ccd4031c
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A
2 changed files with 2 additions and 4 deletions

View File

@ -109,8 +109,7 @@
};
};
# temporary while i am away from server
boot.kernelPackages = pkgs.linuxPackages_6_6;
boot.kernelPackages = pkgs.linuxPackages_6_12;
networking.wg-quick.interfaces.wg0 = {
configFile = "/etc/wireguard/wg0.conf";

View File

@ -35,8 +35,7 @@
configurationLimit = 5;
};
# temporary while i am away from server
boot.kernelPackages = pkgs.linuxPackages_6_6;
boot.kernelPackages = pkgs.linuxPackages_6_12;
nixfiles = {
profile.server.enable = true;