X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FConfig%2FNix.git;a=blobdiff_plain;f=modules%2Fprivate%2Fsystem%2Feldiron.nix;h=15ddd40f56cdd550ac2689353a3a96f322120129;hp=04cfb76ad7b1723fba857802e48b357d66ed5287;hb=05a3b25228d22943e42e3c492d0329415e549266;hpb=6b6db4e26a03928a3327f0c3622c3c807b7ecde9 diff --git a/modules/private/system/eldiron.nix b/modules/private/system/eldiron.nix index 04cfb76..15ddd40 100644 --- a/modules/private/system/eldiron.nix +++ b/modules/private/system/eldiron.nix @@ -43,13 +43,13 @@ services.zfs = { autoScrub = { - enable = true; + enable = false; }; }; networking = { hostId = "8262ca33"; # generated with head -c4 /dev/urandom | od -A none -t x4 firewall.enable = true; - # 176.9.151.89 declared in nixops -> infra / tools + # FIXME: on next reboot, remove the /27 and the localCommands interfaces."eth0".ipv4.addresses = pkgs.lib.attrsets.mapAttrsToList (n: ips: { address = ips.ip4; prefixLength = 32; })