mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
chore(access): fqdnAliases
This commit is contained in:
parent
73dcc4de99
commit
66593a2f81
3 changed files with 24 additions and 12 deletions
|
|
@ -196,6 +196,10 @@ in {
|
|||
fqdn = mkOption {
|
||||
type = str;
|
||||
};
|
||||
fqdnAliases = mkOption {
|
||||
type = listOf str;
|
||||
default = [];
|
||||
};
|
||||
hostName = mkOption {
|
||||
type = str;
|
||||
default = name;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue