derp syntax

This commit is contained in:
2025-07-21 14:50:38 +02:00
parent 05ac203147
commit e17dc88876

View File

@@ -46,7 +46,8 @@ in {
reverse_proxy http://127.0.0.1:8686 reverse_proxy http://127.0.0.1:8686
''; '';
}; };
users.users.lidarr = { users = {
users.lidarr = {
uid = 306; uid = 306;
group = "lidarr"; group = "lidarr";
extraGroups = ["media"]; extraGroups = ["media"];
@@ -56,4 +57,5 @@ in {
gid = 306; gid = 306;
}; };
}; };
};
} }