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

fix(hu-berlin): vpn

This commit is contained in:
2023-06-26 14:27:27 +02:00
parent b62bde780d
commit 6dd286b2bf

View File

@@ -63,6 +63,9 @@ in {
)
];
# ref https://github.com/NixOS/nixpkgs/issues/231038#issuecomment-1591888919
environment.etc."ppp/options".text = "ipcp-accept-remote";
systemd.services.hu-vpn = {
enable = true;
wants = ["network-online.target"];