From a121d46d8c0b5f8174e8abdb65ef1906230327d2 Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Thu, 1 Jan 2026 04:49:36 -0500 Subject: [PATCH] fix wpa group --- systems/artemision/wifi.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/artemision/wifi.nix b/systems/artemision/wifi.nix index 99b7040..21a3094 100644 --- a/systems/artemision/wifi.nix +++ b/systems/artemision/wifi.nix @@ -45,7 +45,7 @@ in defaultSopsFile = ./secrets.yaml; secrets = { "wifi-env" = { - owner = "root"; + owner = "wpa_supplicant"; restartUnits = [ "wpa_supplicant.service" ]; }; };