Nix configurations for my homelab
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

change uid and gid of qbittorrent user to 998

This seems to be what is chosen by the container and this user/group
isn't really being used outside of the container

yemou 2cd6e818 2c452f02

+2 -1
+2 -1
modules/qbittorrent.nix
··· 13 13 users.qbittorrent = { 14 14 group = "qbittorrent"; 15 15 isSystemUser = true; 16 + uid = 998; 16 17 }; 17 - groups.qbittorrent = { }; 18 + groups.qbittorrent.gid = 998; 18 19 }; 19 20 20 21 containers.vpn = {