diff options
author | Simon Parri <simonparri@ganzeria.com> | 2025-09-06 09:22:15 -0500 |
---|---|---|
committer | Simon Parri <simonparri@ganzeria.com> | 2025-09-06 09:22:15 -0500 |
commit | d9b8a894aee88b643a0b0cb3c3a6d6868f713dad (patch) | |
tree | c493fa20ccd68a46811744bb9d679b53f9033d9b /modules | |
parent | 3c00fd394b7315985f687d02d2ce1ddb02cdf7b3 (diff) | |
download | nixos-config-d9b8a894aee88b643a0b0cb3c3a6d6868f713dad.tar.gz nixos-config-d9b8a894aee88b643a0b0cb3c3a6d6868f713dad.zip |
modules/hosts: Add sesame
Diffstat (limited to 'modules')
-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 1a56291..3ecb84b 100644 --- a/modules/hosts.nix +++ b/modules/hosts.nix @@ -24,6 +24,7 @@ in lib.optionalAttrs cfg.lan.home { "172.19.0.14" = ["sage.alef.zoar.cx" "sage"]; "192.168.1.5" = ["rosemary.alef.zoar.cx" "rosemary"]; + "192.168.1.8" = ["sesame.alef.zoar.cx" "sesame"]; } // lib.optionalAttrs cfg.mine { "${(if cfg.yggdrasil.public |