flip back to unstable, fix kernel warning

This commit is contained in:
2024-10-08 23:39:17 -04:00
parent d68cc1520b
commit 9b757dc676
3 changed files with 61 additions and 61 deletions

View File

@ -2,6 +2,7 @@
config,
lib,
libS,
pkgs,
...
}:
@ -34,7 +35,7 @@ in
config.boot = lib.mkIf cfg.default {
supportedFilesystems = [ cfg.filesystem ];
tmp.useTmpfs = true;
kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages;
kernelPackages = pkgs.linuxPackages_6_10;
kernelParams =
[ "nordrand" ]
++ lib.optional (cfg.cpuType == "amd") "kvm-amd"