mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
feat(network): rename domain_dotless to uqdn
This commit is contained in:
parent
4b2ffe160d
commit
d38f578630
4 changed files with 6 additions and 6 deletions
|
|
@ -175,7 +175,7 @@
|
|||
type = nullOr str;
|
||||
default = "kittywit.ch.";
|
||||
};
|
||||
domain_dotless = mkOption {
|
||||
uqdn = mkOption {
|
||||
type = nullOr str;
|
||||
default = lib.removeSuffix "." config.target;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue