From 9ae26252882d1c69ecd6b63bad92ac887289a398 Mon Sep 17 00:00:00 2001 From: makefu Date: Wed, 18 Nov 2020 21:09:11 +0100 Subject: ma wireguard/server: remove restart logic --- 2configs/wireguard/server.nix | 4 ---- 1 file changed, 4 deletions(-) (limited to '2configs/wireguard') diff --git a/2configs/wireguard/server.nix b/2configs/wireguard/server.nix index 1b81cf57f..76fea1d6d 100644 --- a/2configs/wireguard/server.nix +++ b/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"; - }; } -- cgit v1.2.3