mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-18 10:17:03 -04:00
14 lines
180 B
Nix
14 lines
180 B
Nix
|
|
{ ... }:
|
|
{
|
|
imports = [
|
|
./nginx.nix
|
|
];
|
|
services = {
|
|
radarr = {
|
|
enable = true;
|
|
dataDir = "/storage/radarrConf";
|
|
group = "media";
|
|
};
|
|
};
|
|
}
|