nixbld: enable ZFS

pull/5/head
Sebastien Bourdeauducq 2020-07-25 19:21:41 +08:00
parent 25c87f2daa
commit deaf3e9e75
1 changed files with 2 additions and 0 deletions

View File

@ -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 ];