mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-22 12:17:00 -04:00
11 lines
178 B
Nix
11 lines
178 B
Nix
{ ... }:
|
|
{
|
|
home = {
|
|
file = {
|
|
prowlarr_compose = {
|
|
source = ./docker-compose.yml;
|
|
target = "./src/prowlarr/docker-compose.yml";
|
|
};
|
|
};
|
|
};
|
|
}
|