update: flake.lock
All checks were successful
/ check (push) Successful in 1m50s

This commit is contained in:
Lzebulon 2026-03-16 21:57:17 +01:00
parent 02eb3b5599
commit 46d5bf8e49
Signed by: lzebulon
GPG key ID: D6CDAB8050CBBE7D
2 changed files with 9 additions and 7 deletions

View file

@ -28,7 +28,9 @@ in
services.caddy.virtualHosts."${domain}" = {
extraConfig = ''
reverse_proxy localhost:${builtins.toString config.services.vaultwarden.config.ROCKET_PORT}
reverse_proxy localhost:${builtins.toString config.services.vaultwarden.config.ROCKET_PORT} {
header_up X-Real-IP {remote_host}
}
'';
};
}