diff --git a/src/tutorials/skynet/connect_vpn.md b/src/tutorials/skynet/connect_vpn.md index fe74263..d4dd64e 100644 --- a/src/tutorials/skynet/connect_vpn.md +++ b/src/tutorials/skynet/connect_vpn.md @@ -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 = '' [ {