summary refs log tree commit diff
path: root/nixos/modules/services/network-filesystems
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-01-31 15:05:21 +0100
committerGitHub <noreply@github.com>2021-01-31 15:05:21 +0100
commitcc80d6d5d47765d9609439331e77fa37595b3d47 (patch)
tree1ecbc09a172e2e64895cd7bb0d8aed85bc131119 /nixos/modules/services/network-filesystems
parent53f4c40d39c8c131460603eb5a01ec9aa42f2efc (diff)
parentb0113ee2681734d5e7e229c0346c8d47c344a9e7 (diff)
downloadnixpkgs-cc80d6d5d47765d9609439331e77fa37595b3d47.tar
nixpkgs-cc80d6d5d47765d9609439331e77fa37595b3d47.tar.gz
nixpkgs-cc80d6d5d47765d9609439331e77fa37595b3d47.tar.bz2
nixpkgs-cc80d6d5d47765d9609439331e77fa37595b3d47.tar.lz
nixpkgs-cc80d6d5d47765d9609439331e77fa37595b3d47.tar.xz
nixpkgs-cc80d6d5d47765d9609439331e77fa37595b3d47.tar.zst
nixpkgs-cc80d6d5d47765d9609439331e77fa37595b3d47.zip
Merge pull request #111425 from helsinki-systems/openafs
nixos/openafs: add types
Diffstat (limited to 'nixos/modules/services/network-filesystems')
-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 d782f782165..4fce650b013 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)";
       };