feat(tf): system records

This commit is contained in:
arcnmx 2024-01-15 11:00:45 -08:00
parent e7f87e4892
commit 9d274bbe73
8 changed files with 191 additions and 7 deletions

View file

@ -19,9 +19,9 @@ in {
config.networking.access = {
hostnameForNetwork = {
local = mkIf config.services.avahi.enable "${hostName}.local.cutie.moe";
tail = mkIf config.services.tailscale.enable "${hostName}.tail.cutie.moe";
global = mkIf config.networking.enableIPv6 "${hostName}.cutie.moe";
local = mkIf config.services.avahi.enable "${hostName}.local.gensokyo.zone";
tail = mkIf config.services.tailscale.enable "${hostName}.tail.gensokyo.zone";
global = mkIf config.networking.enableIPv6 "${hostName}.gensokyo.zone";
};
};
}