diff --git a/hosts/harmonica/configuration.nix b/hosts/harmonica/configuration.nix index 2e4d17e..e546587 100644 --- a/hosts/harmonica/configuration.nix +++ b/hosts/harmonica/configuration.nix @@ -91,8 +91,8 @@ interfaces = ["wlan0"]; # ! Change the following to connect to your own network networks = { - "" = { - psk = ""; + "${secrets.home-wifi-ssid.age}" = { + psk = "${secrets.home-wifi-password.age}"; }; }; };