diff options
Diffstat (limited to 'hosts/caladan')
| -rw-r--r-- | hosts/caladan/default.nix | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/hosts/caladan/default.nix b/hosts/caladan/default.nix index f3f1185..ec450fe 100644 --- a/hosts/caladan/default.nix +++ b/hosts/caladan/default.nix @@ -176,7 +176,10 @@ "nftables/ssh" = {}; "nix-access-token-github" = {}; "ssh_config".path = "/root/.ssh/config"; - "wpa_supplicant" = {}; + "wpa_supplicant" = { + group = config.users.users.wpa_supplicant.group; + owern = config.users.users.wpa_supplicant.name; + }; }; }; |
