9 lines
164 B
Nix
9 lines
164 B
Nix
{ ... }:
|
|
{
|
|
my.vaultwarden.enable = true;
|
|
|
|
services.caddy.virtualHosts."pass.cy7.sh".extraConfig = ''
|
|
import common
|
|
reverse_proxy localhost:8081
|
|
'';
|
|
}
|