From a1ccd4031ced56cea22d72bbe9c0092c52a27cfd Mon Sep 17 00:00:00 2001 From: NullBite Date: Tue, 25 Feb 2025 15:43:36 -0500 Subject: [PATCH] hosts(rpi4,nullbox): update kernel --- hosts/nullbox/configuration.nix | 3 +-- hosts/rpi4/configuration.nix | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/hosts/nullbox/configuration.nix b/hosts/nullbox/configuration.nix index c7c4e5c..2b58cfe 100644 --- a/hosts/nullbox/configuration.nix +++ b/hosts/nullbox/configuration.nix @@ -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"; diff --git a/hosts/rpi4/configuration.nix b/hosts/rpi4/configuration.nix index 4b2612c..427b353 100644 --- a/hosts/rpi4/configuration.nix +++ b/hosts/rpi4/configuration.nix @@ -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;