mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-10 02:54:39 -07:00
bit
This commit is contained in:
parent
99e9aed40d
commit
aabb0804cf
1 changed files with 12 additions and 12 deletions
|
|
@ -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 - -"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue