diff --git a/hosts/Infini-DESKTOP/default.nix b/hosts/Infini-DESKTOP/default.nix index 91d441e..f24396a 100644 --- a/hosts/Infini-DESKTOP/default.nix +++ b/hosts/Infini-DESKTOP/default.nix @@ -13,7 +13,6 @@ system.stateVersion = "21.05"; - networking = { interfaces = { # Enable DHCP per interface @@ -23,7 +22,4 @@ wireless.interfaces = [ "wlp41s0" ]; }; - - - }