From d9b8a894aee88b643a0b0cb3c3a6d6868f713dad Mon Sep 17 00:00:00 2001 From: Simon Parri Date: Sat, 6 Sep 2025 09:22:15 -0500 Subject: modules/hosts: Add sesame --- modules/hosts.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'modules') 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 -- cgit v1.2.3