use stable kernel for zfs compatibility

This commit is contained in:
foosinn 2021-07-10 20:31:14 +02:00
parent f3f41f2246
commit 263638210a

View file

@ -36,7 +36,6 @@ in {
powerManagement.cpuFreqGovernor = lib.mkDefault "performance"; powerManagement.cpuFreqGovernor = lib.mkDefault "performance";
# custom # custom
boot.kernelPackages = unstable.linuxPackages_latest;
boot.loader.systemd-boot.enable = true; boot.loader.systemd-boot.enable = true;
networking.hostId = "ef3a5d57"; networking.hostId = "ef3a5d57";
networking.hostName = "discovery"; networking.hostName = "discovery";