diff --git a/configs/default.nix b/configs/default.nix index 702951c..c13faff 100644 --- a/configs/default.nix +++ b/configs/default.nix @@ -302,22 +302,6 @@ in { { services.atd.enable = true; } - { - systemd.services.restart-vpn = { - description = "Restart VPNs after suspend"; - wantedBy = [ "suspend.target" ]; - after = [ "suspend.target" ]; - serviceConfig.Type = "oneshot"; - script = '' - set -efu - - export PATH=${makeBinPath [ pkgs.procps ]} - - pkill -HUP --exact openvpn - pkill -ALRM --exact tincd - ''; - }; - } { services.mingetty = { greetingLine = lib.mkForce "";