summaryrefslogtreecommitdiffstats
path: root/krebs/4lib
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2016-07-03 20:34:51 +0200
committertv <tv@krebsco.de>2016-07-03 20:34:51 +0200
commit8822005f00be111186a490934ebb9adbfd7917a2 (patch)
tree414cb5e4872fa3d8966ddbb5cf394ef691393fce /krebs/4lib
parent7aedefa476ae130bc24994e7958348c4ec518df1 (diff)
net.addrs: readOnly = false
Diffstat (limited to 'krebs/4lib')
-rw-r--r--krebs/4lib/types.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/krebs/4lib/types.nix b/krebs/4lib/types.nix
index 08db42c4..aa7b7a9f 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