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
+2 -5
View File
@@ -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.
'';
};