mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-10 06:23:04 -04:00
11 lines
174 B
Nix
11 lines
174 B
Nix
{ ... }:
|
|
{
|
|
home = {
|
|
file = {
|
|
sonarr_compose = {
|
|
source = ./docker-compose.yml;
|
|
target = "./src/sonarr/docker-compose.yml";
|
|
};
|
|
};
|
|
};
|
|
}
|