This commit is contained in:
death916 2025-08-19 02:00:26 -07:00
parent 99e9aed40d
commit aabb0804cf

View file

@ -31,18 +31,18 @@
port = 13378;
};
# users.users.qbittorrent.extraGroups = [ "media_services" ];
# users.groups.qbittorrent = { };
#
# services.qbittorrent = {
# enable = true;
# dataDir = "/storage/services/qbittorrent";
# user = "qbittorrent";
# group = "qbittorrent";
# port = 8090;
# openFirewall = true;
# package = pkgs.qbittorrent-nox;
# };
users.users.qbittorrent.extraGroups = [ "media_services" ];
# users.groups.qbittorrent = { };
#
# services.qbittorrent = {
# enable = true;
# dataDir = "/storage/services/qbittorrent";
# user = "qbittorrent";
# group = "qbittorrent";
# port = 8090;
# openFirewall = true;
# package = pkgs.qbittorrent-nox;
# };
systemd.tmpfiles.rules = [
"d /storage/services/qbittorrent 0755 qbittorrent qbittorrent - -"