new addresses

This commit is contained in:
William 2025-01-17 20:43:48 -03:00
parent 34231fe6ce
commit 3b5c17df7c
6 changed files with 7 additions and 7 deletions

View file

@ -5,14 +5,14 @@
vaultwarden = {
enable = true;
config = {
DOMAIN = "https://vaultwarden.baduhai.dev";
DOMAIN = "https://pass.baduhai.dev";
SIGNUPS_ALLOWED = true;
ROCKET_ADDRESS = "127.0.0.1";
ROCKET_PORT = "${config.ports.vaultwarden}";
};
};
nginx.virtualHosts."vaultwarden.baduhai.dev" = {
nginx.virtualHosts."pass.baduhai.dev" = {
useACMEHost = "baduhai.dev";
forceSSL = true;
kTLS = true;