From 0291d9751bb08951cb90f0112babb9582c521415 Mon Sep 17 00:00:00 2001 From: Roy Dumblauskas Date: Sat, 20 Jun 2026 17:32:35 -0500 Subject: [PATCH] comments/inputs --- configuration.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/configuration.nix b/configuration.nix index 21ee9cb..e68bb57 100755 --- a/configuration.nix +++ b/configuration.nix @@ -1,6 +1,5 @@ { config, - lib, pkgs, meta, ... @@ -53,7 +52,6 @@ key = "networkPasswords"; format = "yaml"; - # let the service that needs the secrets own them owner = "wpa_supplicant"; group = "wpa_supplicant"; };