move some things out of the vpn namespace

This commit is contained in:
xunuwu 2025-04-22 12:31:55 +02:00
parent 0f71ca1484
commit f3a04f8bd7
5 changed files with 9 additions and 18 deletions

View file

@ -1,10 +1,6 @@
{config, ...}: {
systemd.services.vaultwarden = {
serviceConfig.EnvironmentFile = config.sops.secrets.vaultwarden-env.path;
vpnConfinement = {
enable = true;
vpnNamespace = "wg";
};
};
# NOTE send doesnt work, probably due to my cloudflare port rewriting rules
services.vaultwarden = {