enable sonarr

This commit is contained in:
sadan 2025-03-09 19:54:50 -04:00
parent 3eae454823
commit 6b161f4c7d
No known key found for this signature in database
2 changed files with 3 additions and 1 deletions

View file

@ -6,7 +6,7 @@
home = {
file = {
sonarr_compose = {
source = ./docker-compose.yaml;
source = ./docker-compose.yml;
target = "./src/sonarr/docker-compose.yml";
};
};

View file

@ -20,6 +20,7 @@ in
++ [
../docker/vw/nginx.nix
../docker/obsidian/nginx.nix
../docker/sonarr/nginx.nix
];
users = {
users = {
@ -50,6 +51,7 @@ in
imports = [
../docker/vw
../docker/obsidian
../docker/sonarr
./home.nix
];
}