Infini-SERVER: pull vaultwarden into its own module
This commit is contained in:
parent
c1cacb5ed2
commit
6174326ae7
3 changed files with 42 additions and 29 deletions
|
@ -51,4 +51,8 @@ with lib;
|
|||
}
|
||||
];
|
||||
};
|
||||
|
||||
common = {
|
||||
nginx.ssl = { sslCertificate = config.secrets."inx.moe.pem"; sslCertificateKey = config.secrets."inx.moe.key"; forceSSL = true; };
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue