Update src/tutorials/skynet/connect_vpn.md

This commit is contained in:
esy 2025-07-07 19:35:08 +00:00
parent 204fa5cf3f
commit bc44e17619

View file

@ -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 = ''
[
{