feat: Update qbittorrent module
This commit is contained in:
parent
aecd777032
commit
d77df3cb60
3 changed files with 9 additions and 10 deletions
14
flake.lock
generated
14
flake.lock
generated
|
@ -60,11 +60,11 @@
|
|||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1742170255,
|
||||
"narHash": "sha256-vleqYAfPdZWwoKIrzAb7ZFOhTH7DF9r7DoBPbzh+u30=",
|
||||
"lastModified": 1742421048,
|
||||
"narHash": "sha256-3Uti5aaDsZrGhAQXv7RzbvexaSI520TNUfOi9Ps+NKs=",
|
||||
"ref": "refs/heads/main",
|
||||
"rev": "9c9efe8a10ee222f60ded26f253a4dd3f62a426c",
|
||||
"revCount": 139,
|
||||
"rev": "ae28067e873ae4e42e360b75a785224b0b8e4ba9",
|
||||
"revCount": 141,
|
||||
"type": "git",
|
||||
"url": "https://forge.catnip.ee/batteredbunny/common.nix"
|
||||
},
|
||||
|
@ -332,11 +332,11 @@
|
|||
},
|
||||
"nixpkgs_4": {
|
||||
"locked": {
|
||||
"lastModified": 1742069588,
|
||||
"narHash": "sha256-C7jVfohcGzdZRF6DO+ybyG/sqpo1h6bZi9T56sxLy+k=",
|
||||
"lastModified": 1742288794,
|
||||
"narHash": "sha256-Txwa5uO+qpQXrNG4eumPSD+hHzzYi/CdaM80M9XRLCo=",
|
||||
"owner": "Nixos",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "c80f6a7e10b39afcc1894e02ef785b1ad0b0d7e5",
|
||||
"rev": "b6eaf97c6960d97350c584de1b6dcff03c9daf42",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
@ -15,6 +15,6 @@
|
|||
};
|
||||
|
||||
users.users."cross-seed".extraGroups = [
|
||||
"users" # qbittorrent runs under users becuase i have not migrated it
|
||||
"qbittorrent"
|
||||
];
|
||||
}
|
||||
|
|
|
@ -7,8 +7,7 @@
|
|||
qbittorrent-nox = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
user = "owo";
|
||||
group = "users";
|
||||
group = "qbittorrent";
|
||||
webuiPort = 4010;
|
||||
torrentingPort = 43125;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue