diff options
-rw-r--r-- | modules/private/system/backup-2.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/private/system/backup-2.nix b/modules/private/system/backup-2.nix index 84e52d5..f241ad1 100644 --- a/modules/private/system/backup-2.nix +++ b/modules/private/system/backup-2.nix | |||
@@ -32,6 +32,7 @@ | |||
32 | interfaces."ens3".ipv6.addresses = pkgs.lib.flatten (pkgs.lib.attrsets.mapAttrsToList | 32 | interfaces."ens3".ipv6.addresses = pkgs.lib.flatten (pkgs.lib.attrsets.mapAttrsToList |
33 | (n: ips: map (ip: { address = ip; prefixLength = (if n == "main" && ip == pkgs.lib.head ips.ip6 then 64 else 128); }) (ips.ip6 or [])) | 33 | (n: ips: map (ip: { address = ip; prefixLength = (if n == "main" && ip == pkgs.lib.head ips.ip6 then 64 else 128); }) (ips.ip6 or [])) |
34 | config.myEnv.servers.backup-2.ips); | 34 | config.myEnv.servers.backup-2.ips); |
35 | defaultGateway6 = { address = "fe80::1"; interface = "ens3"; }; | ||
35 | 36 | ||
36 | defaultMailServer = { | 37 | defaultMailServer = { |
37 | directDelivery = true; | 38 | directDelivery = true; |