mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-08-21 18:55:47 +02:00
e26a6eb442
Former-commit-id: 469f903657
12 lines
166 B
Nix
12 lines
166 B
Nix
{
|
|
users.users.radarr = {
|
|
isSystemUser = true;
|
|
home = "/var/lib/radarr-root";
|
|
};
|
|
|
|
services.radarr = {
|
|
enable = true;
|
|
openFirewall = true;
|
|
};
|
|
}
|