secrets: formatting nitpick
This commit is contained in:
parent
3a34bbdadc
commit
0e05c11e22
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ in
|
||||||
"borg-ssh-key"
|
"borg-ssh-key"
|
||||||
;
|
;
|
||||||
|
|
||||||
"borg-password" = secrets."borg-password" // { group = "borg"; mode = "440";};
|
"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"; };
|
"binary-cache-private-key" = secrets.binary-cache-private-key // lib.optionalAttrs config.services.hydra.enable { group = "hydra"; mode = "440"; };
|
||||||
}
|
}
|
||||||
(mkIf config.services.nginx.enable {
|
(mkIf config.services.nginx.enable {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue