This commit is contained in:
2025-07-20 12:12:55 +02:00
parent fbe8c25859
commit de723a9ca7
2 changed files with 2 additions and 1 deletions

View File

@@ -23,6 +23,7 @@ in {
systemd.services."netns@${cfg.namespace}" = {
description = "WireGuard VPN netns (${cfg.namespace})";
after = ["network-online.target"];
wants = ["network-online.target"];
wantedBy = ["multi-user.target"];
serviceConfig = {
Type = "oneshot";