mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-25 05:37:01 -04:00
use the nixos module for sonarr
This commit is contained in:
parent
b07403e610
commit
bd7cf25145
2 changed files with 9 additions and 8 deletions
|
@ -1,11 +1,13 @@
|
|||
{ ... }:
|
||||
{
|
||||
home = {
|
||||
file = {
|
||||
sonarr_compose = {
|
||||
source = ./docker-compose.yml;
|
||||
target = "./src/sonarr/docker-compose.yml";
|
||||
};
|
||||
imports = [
|
||||
./nginx.nix
|
||||
];
|
||||
services = {
|
||||
sonarr = {
|
||||
enable = true;
|
||||
group = "media";
|
||||
dataDir = "/storage/sonarrConf";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue