diff options
Diffstat (limited to 'config/networking/default.nix')
| -rw-r--r-- | config/networking/default.nix | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/config/networking/default.nix b/config/networking/default.nix index 3d8c464..a3486be 100644 --- a/config/networking/default.nix +++ b/config/networking/default.nix @@ -77,6 +77,13 @@ in { sonos-play1.address = "192.168.3.29"; }; }; + eth0 = let device = "enp3s0"; + in { + inherit device; + interface = device; + subnet = "192.168.4"; + machines = { self.address = "192.168.4.1"; }; + }; }; }; |
