aboutsummaryrefslogtreecommitdiff
path: root/hosts/c-pc/network.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/c-pc/network.nix')
-rw-r--r--hosts/c-pc/network.nix4
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@";
};
};