mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-28 17:38:30 +02:00
nuc: enable more indexing software
This commit is contained in:
parent
9f8ef5247d
commit
dacf54aa9c
6 changed files with 35 additions and 6 deletions
7
hosts/nuc/modules/indexing/radarr.nix
Normal file
7
hosts/nuc/modules/indexing/radarr.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ ... }:
|
||||
{
|
||||
services.radarr = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue