From a09bb331d99ea939657b6340cffec86c1a822af8 Mon Sep 17 00:00:00 2001 From: cswimr Date: Sun, 5 Jan 2025 10:41:59 -0500 Subject: [PATCH] update eclipse host file --- hosts/eclipse.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/eclipse.nix b/hosts/eclipse.nix index bb69ece..8e7cd3d 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-3ac9b4dbe8bd.useDHCP = lib.mkDefault true; # networking.interfaces.br-a1d891ddb0a1.useDHCP = lib.mkDefault true; # networking.interfaces.br-bc06691dbb57.useDHCP = lib.mkDefault true; # networking.interfaces.docker0.useDHCP = lib.mkDefault true;