mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
feat(tf): system records
This commit is contained in:
parent
e7f87e4892
commit
9d274bbe73
8 changed files with 191 additions and 7 deletions
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue