mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 18:41:34 +01:00
Remove redundant group assignments for sops secrets
This commit is contained in:
parent
529bf4abec
commit
9bfcf3b023
3 changed files with 11 additions and 26 deletions
|
|
@ -38,10 +38,7 @@ in
|
|||
};
|
||||
|
||||
config = lib.mkIf (nodes != { }) {
|
||||
sops.secrets."service-tailscale-auth-key" = {
|
||||
owner = config.services.caddy.user;
|
||||
inherit (config.services.caddy) group;
|
||||
};
|
||||
sops.secrets."service-tailscale-auth-key".owner = config.services.caddy.user;
|
||||
|
||||
services.caddy = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue