From fcf2aa28ae1797b457c4f531b3e498943f6a4864 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Sun, 7 Nov 2021 01:20:07 -0500 Subject: [PATCH] hosts/Infini-STICK: switch to Infini-DESKTOP networking --- hosts/Infini-STICK/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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"; }