diff options
author | Simon Parri <simonparri@ganzeria.com> | 2025-06-26 07:14:19 -0500 |
---|---|---|
committer | Simon Parri <simonparri@ganzeria.com> | 2025-06-26 07:14:19 -0500 |
commit | 7f885cf84f8262be29f6b67610f77ad02fcfd1e8 (patch) | |
tree | 2097b0d86ce64638dbb1b95c7d4f0e25db2eb620 /modules/hosts.nix | |
parent | 8dc78086d56df4dbe8b4463c16d93e3f87e6c703 (diff) | |
download | nixos-config-7f885cf84f8262be29f6b67610f77ad02fcfd1e8.tar.gz nixos-config-7f885cf84f8262be29f6b67610f77ad02fcfd1e8.zip |
modules/hosts: Add more Yggdrasil hosts
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 [ |