aboutsummaryrefslogtreecommitdiff
path: root/modules/private/system/eldiron.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/private/system/eldiron.nix')
-rw-r--r--modules/private/system/eldiron.nix4
1 files changed, 2 insertions, 2 deletions
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 @@
43 43
44 services.zfs = { 44 services.zfs = {
45 autoScrub = { 45 autoScrub = {
46 enable = true; 46 enable = false;
47 }; 47 };
48 }; 48 };
49 networking = { 49 networking = {
50 hostId = "8262ca33"; # generated with head -c4 /dev/urandom | od -A none -t x4 50 hostId = "8262ca33"; # generated with head -c4 /dev/urandom | od -A none -t x4
51 firewall.enable = true; 51 firewall.enable = true;
52 # 176.9.151.89 declared in nixops -> infra / tools 52 # FIXME: on next reboot, remove the /27 and the localCommands
53 interfaces."eth0".ipv4.addresses = 53 interfaces."eth0".ipv4.addresses =
54 pkgs.lib.attrsets.mapAttrsToList 54 pkgs.lib.attrsets.mapAttrsToList
55 (n: ips: { address = ips.ip4; prefixLength = 32; }) 55 (n: ips: { address = ips.ip4; prefixLength = 32; })