summaryrefslogtreecommitdiffstats
path: root/makefu/1systems/fileleech
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
commit7fa3fc7b1a34f471c6e4b92b2b7cdd545649214f (patch)
tree3e0ba664084120ab7d65cd841e835920f7d0f5f8 /makefu/1systems/fileleech
parent70c41d322cfd91485886d32422c06888166277bc (diff)
ma 1system: ip4 -> ipv4.addresses
Diffstat (limited to 'makefu/1systems/fileleech')
-rw-r--r--makefu/1systems/fileleech/config.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/makefu/1systems/fileleech/config.nix b/makefu/1systems/fileleech/config.nix
index e36afecd..7e9dea9e 100644
--- a/makefu/1systems/fileleech/config.nix
+++ b/makefu/1systems/fileleech/config.nix
@@ -145,13 +145,13 @@ in {
networking.nameservers = [ "8.8.8.8" ];
# SPF
networking.defaultGateway = "151.217.176.1";
- networking.interfaces.enp6s0f0.ip4 = [{
+ networking.interfaces.enp6s0f0.ipv4.addresses = [{
address = "151.217.178.63";
prefixLength = 22;
}];
# Gigabit
- networking.interfaces.enp8s0f1.ip4 = [{
+ networking.interfaces.enp8s0f1.ipv4.addresses = [{
address = "192.168.126.1";
prefixLength = 24;
}];