1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

fix(hu-berlin): disable fortinet vpn

it was messing up my dns every time i woke up from suspend
This commit is contained in:
2021-04-07 22:38:45 +02:00
parent 9af10ecf46
commit 2e9386a6c2

View File

@@ -61,7 +61,7 @@ in {
];
systemd.services.hu-vpn = {
enable = true;
enable = false;
wants = [ "network-online.target" ];
conflicts = [ "openvpn-hu-berlin.service" ];
script = ''