Updated module

This commit is contained in:
rasmus-kirk
2024-02-20 16:56:29 +01:00
parent 93ebb09d94
commit 765f2e290e
11 changed files with 45 additions and 39 deletions
+2 -2
View File
@@ -6,9 +6,9 @@
...
}:
with lib; let
cfg = config.kirk.upnp;
cfg = config.util.upnp;
in {
options.kirk.upnp = {
options.util.upnp = {
enable = mkEnableOption "Enable port forwarding using UPNP.";
openTcpPorts = mkOption {
+2 -2
View File
@@ -10,9 +10,9 @@
# the namespace should use a vpn or not.
with builtins;
with lib; let
cfg = config.kirk.vpnnamespace;
cfg = config.util.vpnnamespace;
in {
options.kirk.vpnnamespace = {
options.util.vpnnamespace = {
enable =
mkEnableOption (lib.mdDoc "VPN Namespace")
// {