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