updated docs
This commit is contained in:
@@ -6,9 +6,9 @@
|
||||
...
|
||||
}:
|
||||
with lib; let
|
||||
cfg = config.util.upnp;
|
||||
cfg = config.util-nixarr.upnp;
|
||||
in {
|
||||
options.util.upnp = {
|
||||
options.util-nixarr.upnp = {
|
||||
enable = mkEnableOption "Enable port forwarding using UPNP.";
|
||||
|
||||
openTcpPorts = mkOption {
|
||||
|
||||
@@ -10,9 +10,9 @@
|
||||
# the namespace should use a vpn or not.
|
||||
with builtins;
|
||||
with lib; let
|
||||
cfg = config.util.vpnnamespace;
|
||||
cfg = config.util-nixarr.vpnnamespace;
|
||||
in {
|
||||
options.util.vpnnamespace = {
|
||||
options.util-nixarr.vpnnamespace = {
|
||||
enable =
|
||||
mkEnableOption (lib.mdDoc "VPN Namespace")
|
||||
// {
|
||||
|
||||
Reference in New Issue
Block a user