forked from M-Labs/it-infra
nixbld: continue zfs setup
This commit is contained in:
parent
deaf3e9e75
commit
d2f7181a1f
|
@ -29,6 +29,12 @@ in
|
|||
boot.blacklistedKernelModules = ["iwlwifi"];
|
||||
boot.supportedFilesystems = ["zfs"];
|
||||
|
||||
services.zfs.autoScrub.enable = true;
|
||||
fileSystems."/tank" = {
|
||||
device = "tank";
|
||||
fsType = "zfs";
|
||||
};
|
||||
|
||||
security.apparmor.enable = true;
|
||||
|
||||
networking = {
|
||||
|
|
Loading…
Reference in New Issue