Add config to ppp/options to allow openfortivpn to work

This commit is contained in:
Evie Litherland-Smith 2023-06-13 10:05:40 +01:00
parent 3a38ea8234
commit df55af2831

View file

@ -13,6 +13,9 @@
defaultSession = "plasma";
autoLogin.user = "elitherl";
};
environment.etc."ppp/options".text = ''
ipcp-accept-remote
'';
users.users.elitherl = {
isNormalUser = true;