summaryrefslogtreecommitdiffstats
path: root/nixos
diff options
context:
space:
mode:
authorFritz Otlinghaus <fritz@otlinghaus.it>2021-01-31 11:56:52 +0100
committerFritz Otlinghaus <fritz@otlinghaus.it>2021-01-31 11:56:52 +0100
commitb0113ee2681734d5e7e229c0346c8d47c344a9e7 (patch)
treed6702ea08597bb432ea8c35d88ae4b4dfd4245ed /nixos
parent4015c5ca9c6ec7d4aa765c97b4413b478daa278b (diff)
nixos/openafs: add types
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/network-filesystems/openafs/server.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/services/network-filesystems/openafs/server.nix b/nixos/modules/services/network-filesystems/openafs/server.nix
index d782f7821656..4fce650b0133 100644
--- a/nixos/modules/services/network-filesystems/openafs/server.nix
+++ b/nixos/modules/services/network-filesystems/openafs/server.nix
@@ -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)";
};