From 56c31027c6b0134652ebea8c373a2ea3bb706318 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Thu, 14 Jul 2022 22:43:44 +0200 Subject: Luna: Switch wifi network to main_wifi --- hosts/luna/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/luna/default.nix b/hosts/luna/default.nix index 27f02d6..295f986 100644 --- a/hosts/luna/default.nix +++ b/hosts/luna/default.nix @@ -20,7 +20,7 @@ networking = { wireless = { enable = true; # Enables wireless support via wpa_supplicant. - networks = secrets.portable_wifi; + networks = secrets.main_wifi; }; # networkmanager.enable = true; # Easiest to use and most distros use this by default. # Configure network proxy if necessary -- cgit 1.4.1