diff options
author | tv <tv@krebsco.de> | 2016-07-03 20:34:51 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2016-07-03 20:34:51 +0200 |
commit | 8822005f00be111186a490934ebb9adbfd7917a2 (patch) | |
tree | 414cb5e4872fa3d8966ddbb5cf394ef691393fce /krebs/4lib | |
parent | 7aedefa476ae130bc24994e7958348c4ec518df1 (diff) |
net.addrs: readOnly = false
Diffstat (limited to 'krebs/4lib')
-rw-r--r-- | krebs/4lib/types.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/krebs/4lib/types.nix b/krebs/4lib/types.nix index 08db42c4c..aa7b7a9f5 100644 --- a/krebs/4lib/types.nix +++ b/krebs/4lib/types.nix @@ -76,7 +76,6 @@ types // rec { default = optional (config.ip4 != null) config.ip4.addr ++ optional (config.ip6 != null) config.ip6.addr; - readOnly = true; }; aliases = mkOption { # TODO nonEmptyListOf hostname |