From 0737e8306b1e76d43e9b28e06761fd7d71c9c281 Mon Sep 17 00:00:00 2001 From: Jacob Hinkle Date: Tue, 30 Aug 2022 13:07:39 -0400 Subject: [PATCH] Fix wifi on pedro --- machines/pedro/configuration.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/machines/pedro/configuration.nix b/machines/pedro/configuration.nix index 89c44b6..dbce9a3 100644 --- a/machines/pedro/configuration.nix +++ b/machines/pedro/configuration.nix @@ -24,6 +24,7 @@ secrets."spotify/password".owner = "jacob"; secrets."email/gmail/password".owner = "jacob"; secrets."email/jhink/password".owner = "jacob"; + secrets."wifi/env" = {}; }; boot = { @@ -53,7 +54,7 @@ wireless = { enable = true; userControlled.enable = true; - environmentFile = "/run/secrets/wifi.env"; + environmentFile = "/run/secrets/wifi/env"; networks = { "@SSID_HOME@" = { pskRaw = "@PSKRAW_HOME@";