mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-25 05:37:01 -04:00
add sonarr
This commit is contained in:
parent
6197814098
commit
73a7da10ef
3 changed files with 47 additions and 0 deletions
14
common/users/docker/sonarr/default.nix
Normal file
14
common/users/docker/sonarr/default.nix
Normal file
|
@ -0,0 +1,14 @@
|
|||
{ config, ... }:
|
||||
{
|
||||
imports = [
|
||||
../../homeModules/sops.nix
|
||||
];
|
||||
home = {
|
||||
file = {
|
||||
sonarr_compose = {
|
||||
source = ./docker-compose.yaml;
|
||||
target = "./src/sonarr/docker-compose.yml";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue