summaryrefslogtreecommitdiffstats
path: root/1systems/wry
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2018-08-29 00:57:57 +0200
committermakefu <github@syntax-fehler.de>2018-08-29 00:57:57 +0200
commitbd3fb2baf7c34801b07bc00095f29e6e5c3fb0d3 (patch)
treeee6adab5be909119d1335a4929e0409be5447322 /1systems/wry
parentc2cee7af6d53724e2d6a55b6fad61de2e79e8bad (diff)
ma 1system: ip4 -> ipv4.addresses
Diffstat (limited to '1systems/wry')
-rw-r--r--1systems/wry/config.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/1systems/wry/config.nix b/1systems/wry/config.nix
index 2db1a9a95..b728703ec 100644
--- a/1systems/wry/config.nix
+++ b/1systems/wry/config.nix
@@ -42,7 +42,7 @@ in {
allowedTCPPorts = [ 53 80 443 ];
allowedUDPPorts = [ 655 53 ];
};
- interfaces.enp2s1.ip4 = [{
+ interfaces.enp2s1.ipv4.addresses = [{
address = external-ip;
prefixLength = 24;
}];