Merge pull request #111425 from helsinki-systems/openafs
nixos/openafs: add types
This commit is contained in:
commit
cc80d6d5d4
1 changed files with 1 additions and 0 deletions
|
@ -61,6 +61,7 @@ in {
|
|||
};
|
||||
|
||||
advertisedAddresses = mkOption {
|
||||
type = types.listOf types.str;
|
||||
default = [];
|
||||
description = "List of IP addresses this server is advertised under. See NetInfo(5)";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue