1
0
Fork 0

revert hotfix for vpn

This commit is contained in:
ibizaman 2024-09-22 09:35:15 +02:00 committed by Pierre Penninckx
parent a262940a81
commit f75a01ee2c

View file

@ -267,8 +267,6 @@ in
inherit (c) dev remoteServerIP authFile; inherit (c) dev remoteServerIP authFile;
dependentServices = lib.optional (c.proxyPort != null) "tinyproxy-${name}.service"; dependentServices = lib.optional (c.proxyPort != null) "tinyproxy-${name}.service";
}; };
extraArgs = [];
}; };
}; };
in in