From f55e021fe9e88189e30f1f3701931d21092c9245 Mon Sep 17 00:00:00 2001 From: kiana-S Date: Tue, 1 Mar 2022 18:53:15 -0500 Subject: [PATCH] Fix conflicting wpa settings --- common/config/config.nix | 1 - desktop/config/default.nix | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/common/config/config.nix b/common/config/config.nix index 0691da9..3bbd8f4 100644 --- a/common/config/config.nix +++ b/common/config/config.nix @@ -17,7 +17,6 @@ nixpkgs, # The flake's input version of nixpkgs boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; - networking.wireless.enable = true; networking.wireless.networks = { "NETGEAR97".psk = "pastelcello694"; }; diff --git a/desktop/config/default.nix b/desktop/config/default.nix index b15a584..d0e4fed 100644 --- a/desktop/config/default.nix +++ b/desktop/config/default.nix @@ -6,6 +6,7 @@ in { ]; networking.hostName = "kiana-desktop"; + networking.wireless.enable = true; # Passwords users.users.kiana = { inherit hashedPassword; };