new defaults after update

This commit is contained in:
2026-05-12 09:29:15 +02:00
parent 18fe700d10
commit 9ced8b9273
4 changed files with 10 additions and 0 deletions
+1
View File
@@ -12,6 +12,7 @@
boot.initrd.kernelModules = [ ];
boot.kernelModules = [ "kvm-amd sg" ];
boot.extraModulePackages = [ ];
boot.zfs.forceImportRoot = false;
fileSystems."/" =
{ device = "NIX_CONV_POOL/root";
+1
View File
@@ -14,6 +14,7 @@
boot.kernelModules = [ "kvm-amd" "sg" ];
boot.extraModulePackages = [ ];
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
boot.zfs.forceImportRoot = false;
fileSystems."/" =
{ device = "NIX_DESK_POOL/root";