Fixes port for vaultwarden
This commit is contained in:
parent
aa80f0d708
commit
439a0cf1f0
1 changed files with 4 additions and 4 deletions
|
|
@ -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";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue