mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-07 21:13:03 -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 = {
|
imports = [
|
||||||
file = {
|
./nginx.nix
|
||||||
sonarr_compose = {
|
];
|
||||||
source = ./docker-compose.yml;
|
services = {
|
||||||
target = "./src/sonarr/docker-compose.yml";
|
sonarr = {
|
||||||
};
|
enable = true;
|
||||||
|
group = "media";
|
||||||
|
dataDir = "/storage/sonarrConf";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -20,7 +20,7 @@ in
|
||||||
++ [
|
++ [
|
||||||
../docker/vw/nginx.nix
|
../docker/vw/nginx.nix
|
||||||
../docker/obsidian/nginx.nix
|
../docker/obsidian/nginx.nix
|
||||||
../docker/sonarr/nginx.nix
|
../docker/sonarr
|
||||||
../docker/qbit/nginx.nix
|
../docker/qbit/nginx.nix
|
||||||
../docker/prowlarr/nginx.nix
|
../docker/prowlarr/nginx.nix
|
||||||
];
|
];
|
||||||
|
@ -54,7 +54,6 @@ in
|
||||||
imports = [
|
imports = [
|
||||||
../docker/vw
|
../docker/vw
|
||||||
../docker/obsidian
|
../docker/obsidian
|
||||||
../docker/sonarr
|
|
||||||
../docker/qbit
|
../docker/qbit
|
||||||
../docker/prowlarr
|
../docker/prowlarr
|
||||||
./home.nix
|
./home.nix
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue