mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-20 11:17:02 -04:00
13 lines
179 B
Nix
13 lines
179 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
./nginx.nix
|
|
];
|
|
services = {
|
|
sonarr = {
|
|
enable = true;
|
|
group = "media";
|
|
dataDir = "/storage/sonarrConf";
|
|
};
|
|
};
|
|
}
|