summaryrefslogtreecommitdiffstats
path: root/shared
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2016-06-13 21:00:15 +0200
committermakefu <github@syntax-fehler.de>2016-06-13 21:00:15 +0200
commitadda47ffad2b61c7b5a3094a0f9cc44ed18913f3 (patch)
tree75fbed2a87e6538efbe31f645dd90e75db40ab61 /shared
parent25ceeb7006225fa82a801a4ae59b1cda06101791 (diff)
s 1 wolf: fix interface name
Diffstat (limited to 'shared')
-rw-r--r--shared/1systems/wolf.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/1systems/wolf.nix b/shared/1systems/wolf.nix
index 53334d6..dc61414 100644
--- a/shared/1systems/wolf.nix
+++ b/shared/1systems/wolf.nix
@@ -37,7 +37,7 @@ in
networking = {
firewall.enable = false;
- interfaces.eth0.ip4 = [{
+ interfaces.enp0s3.ip4 = [{
address = shack-ip;
prefixLength = 20;
}];