Thanks to Maroka-chan

This commit is contained in:
rasmus-kirk
2024-02-28 11:13:32 +01:00
parent e12dfa2ca8
commit c5397fb4df
2 changed files with 8 additions and 5 deletions
+6
View File
@@ -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 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 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. 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.
+2 -5
View File
@@ -1,13 +1,10 @@
# Thank you Maroka-chan <3
{ {
lib, lib,
pkgs, pkgs,
config, 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 builtins;
with lib; let with lib; let
cfg = config.util-nixarr.vpnnamespace; cfg = config.util-nixarr.vpnnamespace;
@@ -86,7 +83,7 @@ in {
description = lib.mdDoc '' description = lib.mdDoc ''
Path to the wireguard config to use. Path to the wireguard config to use.
Note that this is not a wg-quick config. Note that this _is_ a wg-quick config.
''; '';
}; };