Add zfs
This commit is contained in:
parent
9fe408aa61
commit
f4920c269a
|
@ -18,6 +18,11 @@ in {
|
|||
services.upower.enable = true;
|
||||
services.logind.extraConfig = ''HandlePowerKey=ignore'';
|
||||
|
||||
boot.initrd.supportedFilesystems = [ "zfs" ];
|
||||
boot.supportedFilesystems = [ "zfs" ];
|
||||
services.zfs.autoScrub.enable = true;
|
||||
networking.hostname = "Aloria";
|
||||
networking.hostid = "4e859062";
|
||||
networking.interfaces.wlan0.useDHCP = lib.mkDefault false;
|
||||
networking.wireless.iwd.enable = true;
|
||||
networking.wireless.iwd.settings = {
|
||||
|
|
Loading…
Reference in New Issue