mirror of
https://github.com/kmein/niveum
synced 2026-03-18 19:11:08 +01:00
fix(hu-berlin): vpn
This commit is contained in:
@@ -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 = {
|
systemd.services.hu-vpn = {
|
||||||
enable = true;
|
enable = true;
|
||||||
wants = ["network-online.target"];
|
wants = ["network-online.target"];
|
||||||
|
|||||||
Reference in New Issue
Block a user