mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-08-21 18:55:47 +02:00
b5f27c6ed6
Former-commit-id: 1dc5190c43
10 lines
161 B
Nix
10 lines
161 B
Nix
{
|
|
services.sonarr = {
|
|
enable = true;
|
|
user = "jackflix";
|
|
group = "jackflix";
|
|
dataDir = "/home/jackflix/sonarr";
|
|
openFirewall = true;
|
|
};
|
|
}
|