Infini-OPTIPLEX: refactor nginx config and use acme certs
This commit is contained in:
parent
12bb7ac8db
commit
d784d4eee4
8 changed files with 83 additions and 31 deletions
|
@ -33,8 +33,7 @@ in
|
|||
"borg-password" = secrets."borg-password" // { group = "borg"; mode = "440";};
|
||||
}
|
||||
(mkIf config.services.nginx.enable {
|
||||
"inx.moe.pem" = withOwnerGroup "nginx" secrets."inx.moe.pem";
|
||||
"inx.moe.key" = withOwnerGroup "nginx" secrets."inx.moe.key";
|
||||
inherit (secrets) "cloudflare";
|
||||
})
|
||||
(mkIf config.services.vaultwarden.enable {
|
||||
"vaultwarden" = withOwnerGroup "vaultwarden" secrets."vaultwarden";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue