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:
@@ -61,7 +61,7 @@ in {
|
||||
];
|
||||
|
||||
systemd.services.hu-vpn = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
wants = [ "network-online.target" ];
|
||||
conflicts = [ "openvpn-hu-berlin.service" ];
|
||||
script = ''
|
||||
|
||||
Reference in New Issue
Block a user