nixos/openafs: add types
This commit is contained in:
parent
4015c5ca9c
commit
b0113ee268
|
@ -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 New Issue