From 7f885cf84f8262be29f6b67610f77ad02fcfd1e8 Mon Sep 17 00:00:00 2001 From: Simon Parri Date: Thu, 26 Jun 2025 07:14:19 -0500 Subject: modules/hosts: Add more Yggdrasil hosts --- modules/hosts.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'modules') 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 [ -- cgit v1.2.3