mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-04-01 21:21:57 -04:00
enable sonarr
This commit is contained in:
parent
3eae454823
commit
6b161f4c7d
2 changed files with 3 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
home = {
|
||||
file = {
|
||||
sonarr_compose = {
|
||||
source = ./docker-compose.yaml;
|
||||
source = ./docker-compose.yml;
|
||||
target = "./src/sonarr/docker-compose.yml";
|
||||
};
|
||||
};
|
||||
|
|
|
@ -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
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue