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
commitd7e928e4b8470d991d6083c87b49d7290c9a0a96 (patch)
tree35eb94a7c52d98c2950fe7a85b09925835f0e838 /shared
parentf256bbcb11565138e92266e97856438061b623a0 (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 53334d6f1..dc61414fe 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;
}];