diff options
| author | Caroline Larimore <caroline@larimo.re> | 2024-07-28 11:11:58 -0700 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2024-07-28 11:11:58 -0700 |
| commit | c33f0b4562e794f4f578811302036108be886fee (patch) | |
| tree | de75da581e674bd43d21c5f05237834949f23104 /hosts | |
| parent | 09e58514110003fad62ca387f102af60e9320342 (diff) | |
c-pc: update wireless env
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/c-pc/network.nix | 4 |
1 files changed, 2 insertions, 2 deletions
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@"; }; }; |