alpine: update
This commit is contained in:
parent
c358881432
commit
2e06f18f30
2 changed files with 5 additions and 1 deletions
|
|
@ -5,6 +5,10 @@ in {
|
|||
services.vaultwarden = {
|
||||
enable = true;
|
||||
backupDir = "/mnt/storage/backups/vaultwarden";
|
||||
config = {
|
||||
ROCKET_ADDRESS = "::1";
|
||||
ROCKET_PORT = 8222;
|
||||
};
|
||||
};
|
||||
services.nginx.virtualHosts.${domain} = {
|
||||
forceSSL = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue