mirror of
https://github.com/kmein/niveum
synced 2026-03-20 12:01:06 +01:00
feat(hu-berlin): reenable forti vpn
This commit is contained in:
@@ -59,7 +59,7 @@ in {
|
|||||||
];
|
];
|
||||||
|
|
||||||
systemd.services.hu-vpn = {
|
systemd.services.hu-vpn = {
|
||||||
enable = false;
|
enable = true;
|
||||||
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