mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-08 05:23:02 -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";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -20,7 +20,7 @@ in
|
|||
++ [
|
||||
../docker/vw/nginx.nix
|
||||
../docker/obsidian/nginx.nix
|
||||
../docker/sonarr/nginx.nix
|
||||
../docker/sonarr
|
||||
../docker/qbit/nginx.nix
|
||||
../docker/prowlarr/nginx.nix
|
||||
];
|
||||
|
@ -54,7 +54,6 @@ in
|
|||
imports = [
|
||||
../docker/vw
|
||||
../docker/obsidian
|
||||
../docker/sonarr
|
||||
../docker/qbit
|
||||
../docker/prowlarr
|
||||
./home.nix
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue