Skip to content

Commit

Permalink
Thanks to Maroka-chan
Browse files Browse the repository at this point in the history
  • Loading branch information
rasmus-kirk committed Feb 28, 2024
1 parent e12dfa2 commit c5397fb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
7 changes: 2 additions & 5 deletions util/vpnNamespace/default.nix
Original file line number Diff line number Diff line change
@@ -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;
Expand Down Expand Up @@ -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.
'';
};

Expand Down

0 comments on commit c5397fb

Please sign in to comment.