1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-19 12:11:28 +00:00

Merge pull request #111425 from helsinki-systems/openafs

nixos/openafs: add types
This commit is contained in:
Sandro 2021-01-31 15:05:21 +01:00 committed by GitHub
commit cc80d6d5d4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)";
};