feat(network): rename domain_dotless to uqdn

This commit is contained in:
Kat Inskip 2022-09-25 20:20:49 -07:00
parent 4b2ffe160d
commit d38f578630
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
4 changed files with 6 additions and 6 deletions

View file

@ -175,7 +175,7 @@
type = nullOr str;
default = "kittywit.ch.";
};
domain_dotless = mkOption {
uqdn = mkOption {
type = nullOr str;
default = lib.removeSuffix "." config.target;
};