diff options
author | Simon Parri <simonparri@ganzeria.com> | 2025-07-10 00:09:31 +0200 |
---|---|---|
committer | Simon Parri <simonparri@ganzeria.com> | 2025-07-10 00:09:31 +0200 |
commit | 5cc655271039b416d6455eaf484146a146be5d3e (patch) | |
tree | 4aa09dfe9e6bbd38e472d2336abd184fa45fc4ff | |
parent | 2da54b99972953a3875cea606e70e7fd5009cbdf (diff) | |
download | nixos-config-5cc655271039b416d6455eaf484146a146be5d3e.tar.gz nixos-config-5cc655271039b416d6455eaf484146a146be5d3e.zip |
modules/hosts: Add carrot's Yggdrasil address
-rw-r--r-- | modules/hosts.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/hosts.nix b/modules/hosts.nix index 287f122..42d0458 100644 --- a/modules/hosts.nix +++ b/modules/hosts.nix @@ -36,6 +36,7 @@ in 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"]; + "200:99a0:d4e1:9b0d:4e72:1202:86ef:17fe" = ["carrot.alef.zoar.cx" "carrot"]; }; services.yggdrasil = lib.mkMerge [ |