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