secrets: let borg group read borg password
This commit is contained in:
parent
b561c223aa
commit
e4e3301a96
1 changed files with 2 additions and 1 deletions
|
@ -27,9 +27,10 @@ in
|
|||
"infinidoge-password"
|
||||
"root-password"
|
||||
"binary-cache-private-key"
|
||||
"borg-password"
|
||||
"borg-ssh-key"
|
||||
;
|
||||
|
||||
"borg-password" = secrets."borg-password" // { group = "borg"; mode = "440";};
|
||||
}
|
||||
(mkIf config.services.nginx.enable {
|
||||
"inx.moe.pem" = withOwnerGroup "nginx" secrets."inx.moe.pem";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue