From 4f24c9a5fb2245030644bc3f687e1f2ee58e1192 Mon Sep 17 00:00:00 2001 From: cswimr Date: Mon, 18 Nov 2024 16:49:26 -0500 Subject: [PATCH] update `eclipse` host configuration --- hosts/eclipse.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/eclipse.nix b/hosts/eclipse.nix index 175c01e..c574825 100644 --- a/hosts/eclipse.nix +++ b/hosts/eclipse.nix @@ -38,6 +38,7 @@ # still possible to use this option, but it's recommended to use it in conjunction # with explicit per-interface declarations with `networking.interfaces..useDHCP`. networking.useDHCP = lib.mkDefault true; + # networking.interfaces.br-a1d891ddb0a1.useDHCP = lib.mkDefault true; # networking.interfaces.docker0.useDHCP = lib.mkDefault true; # networking.interfaces.eno1.useDHCP = lib.mkDefault true; # networking.interfaces.tailscale0.useDHCP = lib.mkDefault true;