nix-config/modules/stash/default.nix
2025-07-23 22:32:51 +02:00

19 lines
321 B
Nix

{
services.stash = {
enable = true;
plugins = [ ];
scrapers = [ ];
settings = {
username = "admin";
password = "pass";
host = "100.103.199.4";
port = 9069;
stash = [
{
Path = "/media/stash";
ExcludeImage = true;
}
];
};
};
}