move some things out of the vpn namespace
This commit is contained in:
parent
0f71ca1484
commit
f3a04f8bd7
5 changed files with 9 additions and 18 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue