nullbox, rpi4: hold kernel at 6.6 LTS
This commit is contained in:
parent
dce1a77c1d
commit
a4b77336d7
@ -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;
|
||||
|
@ -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;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user