Remove redundant group assignments for sops secrets

This commit is contained in:
SebastianStork 2025-05-24 15:31:52 +02:00
parent 529bf4abec
commit 9bfcf3b023
3 changed files with 11 additions and 26 deletions

View file

@ -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;