diff --git a/hosts/Infini-STICK/default.nix b/hosts/Infini-STICK/default.nix index bc22551..7679ea6 100644 --- a/hosts/Infini-STICK/default.nix +++ b/hosts/Infini-STICK/default.nix @@ -16,13 +16,14 @@ btrfs - services.privoxy + # services.privoxy ]) ./hardware-configuration.nix ]; - networking.interfaces.wlp170s0.useDHCP = true; + # networking.interfaces.wlp170s0.useDHCP = true; + networking.interfaces.enp39s0.useDHCP = true; system.stateVersion = "21.11"; }