mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-22 08:04:25 +01:00
sops: Make secrets root owned when possible
This commit is contained in:
parent
63d025f00f
commit
0cc7c80407
2 changed files with 6 additions and 10 deletions
|
|
@ -22,7 +22,7 @@ in
|
|||
};
|
||||
|
||||
sops = {
|
||||
secrets."radicale/admin-password".owner = config.users.users.radicale.name;
|
||||
secrets."radicale/admin-password" = { };
|
||||
templates."radicale/htpasswd" = {
|
||||
owner = config.users.users.radicale.name;
|
||||
content = "seb:${config.sops.placeholder."radicale/admin-password"}";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue