nixos/openafs: add types
This commit is contained in:
@@ -61,6 +61,7 @@ in {
|
|||||||
};
|
};
|
||||||
|
|
||||||
advertisedAddresses = mkOption {
|
advertisedAddresses = mkOption {
|
||||||
|
type = types.listOf types.str;
|
||||||
default = [];
|
default = [];
|
||||||
description = "List of IP addresses this server is advertised under. See NetInfo(5)";
|
description = "List of IP addresses this server is advertised under. See NetInfo(5)";
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user