secrets: add hydra group to binary-cache-private-key where needed
This commit is contained in:
parent
2b6241bbcd
commit
3a34bbdadc
1 changed files with 1 additions and 1 deletions
|
@ -26,11 +26,11 @@ in
|
|||
inherit (secrets)
|
||||
"infinidoge-password"
|
||||
"root-password"
|
||||
"binary-cache-private-key"
|
||||
"borg-ssh-key"
|
||||
;
|
||||
|
||||
"borg-password" = secrets."borg-password" // { group = "borg"; mode = "440";};
|
||||
"binary-cache-private-key" = secrets.binary-cache-private-key // lib.optionalAttrs config.services.hydra.enable { group = "hydra"; mode = "440"; };
|
||||
}
|
||||
(mkIf config.services.nginx.enable {
|
||||
inherit (secrets) "cloudflare";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue