nixos/openafs: add types
Fritz Otlinghaus 4 years ago b0113ee2 4015c5ca
··· 61 61 }; 62 62 63 63 advertisedAddresses = mkOption { 64 64 + type = types.listOf types.str; 64 65 default = []; 65 66 description = "List of IP addresses this server is advertised under. See NetInfo(5)"; 66 67 };