Fixed bugs
This commit is contained in:
+2
-1
@@ -140,7 +140,6 @@ in {
|
|||||||
users.groups = {
|
users.groups = {
|
||||||
media.gid = 992;
|
media.gid = 992;
|
||||||
prowlarr = {};
|
prowlarr = {};
|
||||||
transmission = {};
|
|
||||||
streamer = {};
|
streamer = {};
|
||||||
torrenter = {};
|
torrenter = {};
|
||||||
};
|
};
|
||||||
@@ -150,6 +149,7 @@ in {
|
|||||||
users.users = {
|
users.users = {
|
||||||
streamer = {
|
streamer = {
|
||||||
isSystemUser = true;
|
isSystemUser = true;
|
||||||
|
group = "streamer";
|
||||||
uid = lib.mkForce 316;
|
uid = lib.mkForce 316;
|
||||||
};
|
};
|
||||||
sonarr = {
|
sonarr = {
|
||||||
@@ -174,6 +174,7 @@ in {
|
|||||||
};
|
};
|
||||||
torrenter = {
|
torrenter = {
|
||||||
isSystemUser = true;
|
isSystemUser = true;
|
||||||
|
group = "torrenter";
|
||||||
uid = lib.mkForce 70;
|
uid = lib.mkForce 70;
|
||||||
};
|
};
|
||||||
prowlarr = {
|
prowlarr = {
|
||||||
|
|||||||
Reference in New Issue
Block a user