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