nixos/openafs: add types

This commit is contained in:
Fritz Otlinghaus 2021-01-31 11:56:52 +01:00
parent 4015c5ca9c
commit b0113ee268
No known key found for this signature in database
GPG Key ID: 1E5F98946FB1444E

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