From df55af28317d7fdc5d54fe7a6bf5ba3c51a41f2d Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Tue, 13 Jun 2023 10:05:40 +0100 Subject: [PATCH] Add config to ppp/options to allow openfortivpn to work --- J0162.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/J0162.nix b/J0162.nix index cf93456f..3fb1d191 100644 --- a/J0162.nix +++ b/J0162.nix @@ -13,6 +13,9 @@ defaultSession = "plasma"; autoLogin.user = "elitherl"; }; + environment.etc."ppp/options".text = '' + ipcp-accept-remote + ''; users.users.elitherl = { isNormalUser = true;