mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-01-19 01:21:39 +01:00
7 lines
84 B
Nix
7 lines
84 B
Nix
{ ... }:
|
|
{
|
|
services.radarr = {
|
|
enable = true;
|
|
openFirewall = true;
|
|
};
|
|
}
|