group things

This commit is contained in:
2025-07-21 14:22:48 +02:00
parent 8c2c1c9ada
commit 4147772de4
4 changed files with 10 additions and 14 deletions

View File

@@ -46,5 +46,10 @@ in {
reverse_proxy http://127.0.0.1:8686
'';
};
users.users.lidarr = {
group = "lidarr";
extraGroups = ["media"];
isSystemUser = true;
};
};
}