diff options
| author | makefu <github@syntax-fehler.de> | 2021-11-26 14:12:34 +0100 | 
|---|---|---|
| committer | makefu <github@syntax-fehler.de> | 2021-11-26 14:12:34 +0100 | 
| commit | 610d6537e7bc22982dc04d81214e28162b26a43e (patch) | |
| tree | 1eb5f9b940132990126423da43bf385740c08291 | |
| parent | aa7dd6c903cc9deb13b5ac1607ec9587b7c23e28 (diff) | |
| parent | 6454cca2b29ee9db2e0a21499aa1ac602e7c3638 (diff) | |
Merge remote-tracking branch 'lass/master'
| -rw-r--r-- | lib/types.nix | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/types.nix b/lib/types.nix index 6755eef..b6c266c 100644 --- a/lib/types.nix +++ b/lib/types.nix @@ -113,7 +113,7 @@ rec {          default = null;        };        addrs = mkOption { -        type = listOf addr; +        type = listOf (either addr str);          default =            optional (config.ip4 != null) config.ip4.addr ++            optional (config.ip6 != null) config.ip6.addr;  | 
