mob next [ci-skip] [ci skip] [skip ci]

lastFile:modules/clan/gw-router/default.nix
This commit is contained in:
2026-08-11 16:30:30 +07:00
parent 28e3c3cb95
commit 95b78b4d25
2 changed files with 65 additions and 1 deletions
+8 -1
View File
@@ -120,6 +120,12 @@
description = "TP-Link Omada SDN controller (podman container)";
};
speedtestInterval = lib.mkOption {
type = lib.types.str;
default = "hourly";
description = "systemd OnCalendar spec for the WAN speed test.";
};
proxy = {
enable = lib.mkEnableOption "internal reverse proxy (Caddy, wildcard cert via DNS-01)";
@@ -350,8 +356,9 @@
./firewall.nix
./iperf.nix
./ipv6.nix
./pppoe.nix
./omada.nix
./pppoe.nix
./proxy.nix
./speedtest.nix
];
}