summaryrefslogtreecommitdiffstats
path: root/makefu
diff options
context:
space:
mode:
Diffstat (limited to 'makefu')
-rw-r--r--makefu/2configs/wireguard/server.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/makefu/2configs/wireguard/server.nix b/makefu/2configs/wireguard/server.nix
index 1b81cf57..76fea1d6 100644
--- a/makefu/2configs/wireguard/server.nix
+++ b/makefu/2configs/wireguard/server.nix
@@ -56,8 +56,4 @@ in { # wireguard server
};
# TODO: this issue is related to the router which connects to the host but is
# unable to re-connect once restarted
- systemd.services.wireguard-wg0.serviceConfig = {
- Restart = "always";
- RuntimeMaxSec = "12h";
- };
}