diff options
Diffstat (limited to 'modules/hosts.nix')
-rw-r--r-- | modules/hosts.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/hosts.nix b/modules/hosts.nix index edb83f5..287f122 100644 --- a/modules/hosts.nix +++ b/modules/hosts.nix @@ -32,6 +32,10 @@ in } // lib.optionalAttrs cfg.alef.zoar.cx { "173.16.167.196" = ["sage.alef.zoar.cx" "sage"]; + } // + lib.optionalAttrs cfg.yggdrasil.private { + "202:96bb:5497:1cc7:94e2:c14d:6333:a50e" = ["tomato.alef.zoar.cx" "tomato"]; + "200:48e6:735d:3637:e3a2:71dc:7a74:27a3" = ["pinto.bean.alef.zoar.cx" "pinto"]; }; services.yggdrasil = lib.mkMerge [ |