summaryrefslogtreecommitdiff
path: root/config/networking/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'config/networking/default.nix')
-rw-r--r--config/networking/default.nix6
1 files changed, 2 insertions, 4 deletions
diff --git a/config/networking/default.nix b/config/networking/default.nix
index 136be95..7ffc32b 100644
--- a/config/networking/default.nix
+++ b/config/networking/default.nix
@@ -93,11 +93,9 @@ in {
};
};
};
- eth0 = let
+ eth0 = {
device = "enp3s0";
- in {
- inherit device;
- interface = device;
+ interface = "eth0";
subnet = "192.168.4";
machines = {
self.ip = "192.168.4.1";