diff --git a/README.md b/README.md index 94ce546..6525087 100644 --- a/README.md +++ b/README.md @@ -234,3 +234,9 @@ If you need a domain registrar I suggest [Njalla](https://njal.la/), they are privacy-oriented, support DDNS and accept Monero. Note that you don't technically "own" the domain for privacy reasons, they "lease" it to you. However, this also means that you don't have to give _any_ personal data. + +## Thanks + +A big thanks to [Maroka-chan](https://github.com/Maroka-chan) for the heavy +lifting on the VPN-submodule, that was integral to making this project +possible. diff --git a/util/vpnNamespace/default.nix b/util/vpnNamespace/default.nix index 10316a1..4ebec63 100644 --- a/util/vpnNamespace/default.nix +++ b/util/vpnNamespace/default.nix @@ -1,13 +1,10 @@ +# Thank you Maroka-chan <3 { lib, pkgs, config, ... }: -# Thanks to Maroka-chan... -# TODO: Make it so you can make multiple namespaces by giving a list of -# objects with settings as attributes. Also add an option to enable whether -# the namespace should use a vpn or not. with builtins; with lib; let cfg = config.util-nixarr.vpnnamespace; @@ -86,7 +83,7 @@ in { description = lib.mdDoc '' Path to the wireguard config to use. - Note that this is not a wg-quick config. + Note that this _is_ a wg-quick config. ''; };