zaphyra's git: nixfiles

zaphyra and void's nixfiles

commit bbc799a91e5f5a5b4c2959c3f22538674006b5bb
parent 3671308fa9933ea96247252498692345f3abe02e
Author: Katja Ramona Sophie Kwast (zaphyra) <git@zaphyra.eu>
Date: Fri, 20 Jun 2025 19:15:11 +0200

config/nixos/modules/presets/zaphyra/smarthome: move to dn42
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/config/nixos/modules/presets/zaphyra/smarthome/mqttWebUI.nix b/config/nixos/modules/presets/zaphyra/smarthome/mqttWebUI.nix
@@ -20,7 +20,7 @@ in
   };
 
   config = lib.mkIf cfg {
-    dns.zones."zaphyra.eu".subdomains."smart.home.infra".AAAA = [ hostConfig.networking.ip6Address ];
+    dns.zones."zaphyra.eu".subdomains."smart.home.infra".AAAA = [ hostConfig.networking.dn42Address ];
 
     services.nginx = {
       enable = true;
diff --git a/config/nixos/modules/presets/zaphyra/smarthome/zigbee2mqtt.nix b/config/nixos/modules/presets/zaphyra/smarthome/zigbee2mqtt.nix
@@ -21,7 +21,7 @@ in
 
   config = lib.mkIf cfg {
     dns.zones."zaphyra.eu".subdomains."zigbee2mqtt.home.infra".AAAA = [
-      hostConfig.networking.ip6Address
+      hostConfig.networking.dn42Address
     ];
 
     modules.filesystem.impermanence.system.dirs = [