This commit is contained in:
2025-07-20 19:10:33 +02:00
parent 1fefef3403
commit 6636687288

View File

@@ -7,8 +7,8 @@
url = "https://qbt.${config.server.domain}";
port = 8090;
in {
options.server.deluge = {
enable = lib.mkEnableOption "Enable Deluge";
options.server.qbittorrent = {
enable = lib.mkEnableOption "Enable qBittorrent";
url = lib.mkOption {
type = lib.types.str;
default = "qbt.${config.server.domain}";