Added ZFS support

This commit is contained in:
Kaybee 2025-03-21 22:48:05 +01:00
parent 05cd784da0
commit a0dcf3e46a
Signed by: kb01
SSH key fingerprint: SHA256:gP6opHVPcRQWO2nBbCcsXmXLtGrxzdRbP+frT4AAJFs

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;