Fixes port for vaultwarden

This commit is contained in:
Dennis Schoepf 2025-04-25 16:27:04 +02:00
parent aa80f0d708
commit 439a0cf1f0

View file

@ -96,6 +96,9 @@
# Tailscale
services.tailscale.enable = true;
# Vaultwarden
services.vaultwarden.enable = true;
# Caddy
services.caddy = {
enable = true;
@ -115,13 +118,10 @@
root * /var/www/slides
'';
virtualHosts."vault.dnsc.io".extraConfig = ''
reverse_proxy :8000
reverse_proxy :8222
'';
};
# Vaultwarden
services.vaultwarden.enable = true;
# Environment variables
environment.variables.EDITOR = "nvim";