declare qbittorrent
This commit is contained in:
@@ -147,7 +147,7 @@
|
||||
};
|
||||
qbittorrent =
|
||||
let
|
||||
url = "https://${config.my.ips.server}:${toString config.my.servers.qbittorrent.port}";
|
||||
url = "http://${config.my.ips.server}:${toString config.my.servers.qbittorrent.port}";
|
||||
name = "qbittorrent";
|
||||
in
|
||||
lib.mkIf config.my.servers.qbittorrent.enable {
|
||||
|
||||
Reference in New Issue
Block a user