nullbox, rpi4: hold kernel at 6.6 LTS

This commit is contained in:
NullBite 2024-08-09 18:50:23 -04:00
parent dce1a77c1d
commit a4b77336d7
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A
2 changed files with 6 additions and 0 deletions

View File

@ -88,6 +88,9 @@
};
};
# temporary while i am away from server
boot.kernelPackages = pkgs.linuxPackages_6_6;
networking.wg-quick.interfaces.wg0 = {
configFile = "/etc/wireguard/wg0.conf";
autostart = true;

View File

@ -30,6 +30,9 @@
# Enables the generation of /boot/extlinux/extlinux.conf
boot.loader.generic-extlinux-compatible.enable = true;
# temporary while i am away from server
boot.kernelPackages = pkgs.linuxPackages_6_6;
nixfiles = {
profile.server.enable = true;
};