Add config to ppp/options to allow openfortivpn to work
This commit is contained in:
parent
3a38ea8234
commit
df55af2831
|
@ -13,6 +13,9 @@
|
||||||
defaultSession = "plasma";
|
defaultSession = "plasma";
|
||||||
autoLogin.user = "elitherl";
|
autoLogin.user = "elitherl";
|
||||||
};
|
};
|
||||||
|
environment.etc."ppp/options".text = ''
|
||||||
|
ipcp-accept-remote
|
||||||
|
'';
|
||||||
|
|
||||||
users.users.elitherl = {
|
users.users.elitherl = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
|
|
Loading…
Reference in a new issue