feat(zfs): add zfs support

This commit is contained in:
2025-09-13 19:47:36 +02:00
parent 7df24add8a
commit 35a9aad4c1

View File

@@ -22,6 +22,7 @@
"sd_mod"
];
boot.initrd.kernelModules = [ "amdgpu" ];
boot.supportedFilesystems = [ "zfs" ];
boot.kernelModules = [ ];
boot.extraModulePackages = [ ];