ma wireguard/server: remove restart logic
This commit is contained in:
parent
b7e7c652e2
commit
9ae2625288
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue