feat: Add cross-seed into group

This commit is contained in:
batteredbunny 2025-03-09 22:46:24 +02:00
parent cb1ea86471
commit f95159ff87

View file

@ -13,4 +13,8 @@
searchLimit = 100; searchLimit = 100;
}; };
}; };
users.users."cross-seed".extraGroups = [
"users" # qbittorrent runs under users becuase i have not migrated it
];
} }