add sonarr

This commit is contained in:
sadan 2025-03-09 18:59:33 -04:00
parent 6197814098
commit 73a7da10ef
No known key found for this signature in database
3 changed files with 47 additions and 0 deletions

View file

@ -0,0 +1,14 @@
{ config, ... }:
{
imports = [
../../homeModules/sops.nix
];
home = {
file = {
sonarr_compose = {
source = ./docker-compose.yaml;
target = "./src/sonarr/docker-compose.yml";
};
};
};
}