From c33f0b4562e794f4f578811302036108be886fee Mon Sep 17 00:00:00 2001 From: Caroline Larimore Date: Sun, 28 Jul 2024 11:11:58 -0700 Subject: c-pc: update wireless env --- hosts/c-pc/network.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hosts/c-pc') diff --git a/hosts/c-pc/network.nix b/hosts/c-pc/network.nix index da8e074..c2b5365 100644 --- a/hosts/c-pc/network.nix +++ b/hosts/c-pc/network.nix @@ -10,9 +10,9 @@ wireless = { enable = true; - environmentFile = "/persist/secrets/wireless.env"; + environmentFile = "/secrets/wireless.env"; networks = { - "The Dwyers".psk = "@PSK@"; + "@SSID@".psk = "@PSK@"; }; }; -- cgit v1.2.3