From 0e62f52e1c416f622447e06e098d4e615f08a078 Mon Sep 17 00:00:00 2001 From: death916 Date: Thu, 7 Aug 2025 23:40:23 -0700 Subject: [PATCH] vaultwarden --- modules/nixos/orac/services.nix | 36 ++++++++++++++++----------------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/modules/nixos/orac/services.nix b/modules/nixos/orac/services.nix index afb0175..0da8e13 100644 --- a/modules/nixos/orac/services.nix +++ b/modules/nixos/orac/services.nix @@ -44,26 +44,26 @@ enable = true; backupDir = "/var/lib/vaultwarden/backup"; config = { - # Refer to https://github.com/dani-garcia/vaultwarden/blob/main/.env.template - DOMAIN = "https://vaultwarden.death916.xyz"; - SIGNUPS_ALLOWED = true; - - ROCKET_ADDRESS = "100.72.187.12"; - ROCKET_PORT = 8222; - ROCKET_LOG = "critical"; - environmentFile = "/var/lib/vaultwarden/vault.env" - # 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; + # Refer to https://github.com/dani-garcia/vaultwarden/blob/main/.env.template + DOMAIN = "https://vaultwarden.death916.xyz"; + SIGNUPS_ALLOWED = true; - # SMTP_FROM = "admin@bitwarden.example.com"; - # SMTP_FROM_NAME = "example.com Bitwarden server"; + ROCKET_ADDRESS = "100.72.187.12"; + ROCKET_PORT = 8222; + ROCKET_LOG = "critical"; + environmentFile = "/var/lib/vaultwarden/vault.env"; + # 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"; }; -}; + }; environment.systemPackages = with pkgs; [ git