ma wireguard/server: remove restart logic

This commit is contained in:
makefu 2020-11-18 21:09:11 +01:00
parent b7e7c652e2
commit 9ae2625288

View file

@ -56,8 +56,4 @@ in { # wireguard server
}; };
# TODO: this issue is related to the router which connects to the host but is # TODO: this issue is related to the router which connects to the host but is
# unable to re-connect once restarted # unable to re-connect once restarted
systemd.services.wireguard-wg0.serviceConfig = {
Restart = "always";
RuntimeMaxSec = "12h";
};
} }