nixbld: enable ZFS
This commit is contained in:
parent
25c87f2daa
commit
deaf3e9e75
|
@ -27,11 +27,13 @@ in
|
|||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
boot.blacklistedKernelModules = ["iwlwifi"];
|
||||
boot.supportedFilesystems = [ "zfs" ];
|
||||
|
||||
security.apparmor.enable = true;
|
||||
|
||||
networking = {
|
||||
hostName = "nixbld";
|
||||
hostId = "b82fb017";
|
||||
firewall = {
|
||||
allowedTCPPorts = [ 80 443 ];
|
||||
allowedUDPPorts = [ 53 67 ];
|
||||
|
|
Loading…
Reference in New Issue