Update src/tutorials/skynet/connect_vpn.md
This commit is contained in:
parent
204fa5cf3f
commit
bc44e17619
1 changed files with 2 additions and 2 deletions
|
@ -34,7 +34,7 @@ For folks who have [nix][nix] installed they can use.
|
|||
Details on how to use it can be found on the [github].
|
||||
|
||||
If you have NixOS installed you can use the following module.
|
||||
It makes use of ``Mome Manager`` to create the config file in ``$USDERNAME``'s home dir.
|
||||
It makes use of ``Home Manager`` to create the config file in ``$USERNAME``'s home dir.
|
||||
Using ``vpn up`` and ``vpn down`` to control the vpn.
|
||||
|
||||
```nix
|
||||
|
@ -47,7 +47,7 @@ Use ``vpn up ul`` and ``vpn down ul``
|
|||
# https://github.com/NixOS/nixpkgs/issues/231038#issuecomment-1637903456
|
||||
environment.etc."ppp/options".text = "ipcp-accept-remote";
|
||||
|
||||
home-manager.users."$USDERNAME".home = {
|
||||
home-manager.users."$USERNAME".home = {
|
||||
file.".vpn".text = ''
|
||||
[
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue