diff options
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@"; }; }; |