mirror of
https://github.com/kmein/niveum
synced 2026-03-20 03:51:07 +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:
@@ -61,7 +61,7 @@ in {
|
|||||||
];
|
];
|
||||||
|
|
||||||
systemd.services.hu-vpn = {
|
systemd.services.hu-vpn = {
|
||||||
enable = true;
|
enable = false;
|
||||||
wants = [ "network-online.target" ];
|
wants = [ "network-online.target" ];
|
||||||
conflicts = [ "openvpn-hu-berlin.service" ];
|
conflicts = [ "openvpn-hu-berlin.service" ];
|
||||||
script = ''
|
script = ''
|
||||||
|
|||||||
Reference in New Issue
Block a user