This commit is contained in:
death916 2025-08-06 05:43:34 -07:00
parent 4bc6581910
commit 69540077a0

View file

@ -5,32 +5,6 @@
}:
{
services.vaultwarden = {
enable = true;
dbBackend = "mysql";
# backupDir = "/var/lib/backups";
config = {
# Refer to https://github.com/dani-garcia/vaultwarden/blob/main/.env.template
DOMAIN = "https://vaultwarden.death916.xyz";
SIGNUPS_ALLOWED = true;
ROCKET_ADDRESS = "0.0.0.0";
ROCKET_PORT = 8222;
ROCKET_LOG = "critical";
# This example assumes a mailserver running on localhost,
# thus without transport encryption.
# If you use an external mail server, follow:
# https://github.com/dani-garcia/vaultwarden/wiki/SMTP-configuration
# SMTP_HOST = "127.0.0.1";
# SMTP_PORT = 25;
# SMTP_SSL = false;
# SMTP_FROM = "admin@bitwarden.example.com";
# SMTP_FROM_NAME = "example.com Bitwarden server";
};
};
virtualisation.docker.enable = true;
systemd.services.kopia-backup = {