diff options
| author | quentin@aristote.fr <quentin@aristote.fr> | 2024-06-08 19:38:25 +0200 |
|---|---|---|
| committer | quentin@aristote.fr <quentin@aristote.fr> | 2024-06-08 19:38:25 +0200 |
| commit | 20dc8e5c5e24cea8d643726504b59166e987031a (patch) | |
| tree | 0057ea161b60a811d7887bf8a0b15fc34db6f4ff /config/networking/default.nix | |
| parent | 9c570593b8e61f65961345350ad738f175d67558 (diff) | |
networking: dhcp: add bridge around enp3s0
Diffstat (limited to 'config/networking/default.nix')
| -rw-r--r-- | config/networking/default.nix | 6 |
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"; |
