From b1c12a2a0ccb8520388822b7e7b69dd241d94cdd Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Fri, 10 Dec 2021 12:05:19 -0500 Subject: [PATCH] hosts/Infini-STICK; switch to FRAMEWORK networking --- hosts/Infini-STICK/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/Infini-STICK/default.nix b/hosts/Infini-STICK/default.nix index c8cfab2..3c8fa1b 100644 --- a/hosts/Infini-STICK/default.nix +++ b/hosts/Infini-STICK/default.nix @@ -9,8 +9,8 @@ ./hardware-configuration.nix ]; - # networking.interfaces.wlp170s0.useDHCP = true; - networking.interfaces.enp39s0.useDHCP = true; + networking.interfaces.wlp170s0.useDHCP = true; + # networking.interfaces.enp39s0.useDHCP = true; modules = { boot.grub.enable = true;