Added ZFS support

This commit is contained in:
kB01 2025-03-21 22:48:05 +01:00
parent 05cd784da0
commit a0dcf3e46a
No known key found for this signature in database

View file

@ -14,6 +14,9 @@
"kvm-amd"
];
boot.extraModulePackages = [ ];
boot.supportedFilesystems = [ "zfs" ];
boot.zfs.forceImportRoot = false;
networking.hostId = "22d12b46";
# Setup Nvidia Driver
hardware.graphics.enable = true;