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; };