kernel: switch to linux lts 5.10

This commit is contained in:
teutat3s 2021-10-23 23:27:38 +02:00
parent 411a0e3e74
commit 7473789e8e
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -13,7 +13,6 @@ in
pub-solar.nextcloud.enable = true;
pub-solar.office.enable = true;
# pub-solar.printing.enable = true; # this is enabled automatically if office is enabled
pub-solar.server.enable = true;
pub-solar.printing.enable = true;
nix.systemFeatures = [ "nixos-test" "benchmark" "big-parallel" "kvm" ];
@ -124,7 +123,6 @@ in
services.earlyoom.enable = true;
boot.kernelPackages = pkgs.linuxPackages_latest;
boot.supportedFilesystems = [ "ntfs" ];
};
}