Thanks to Maroka-chan
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
'';
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user