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

15 lines
231 B
Nix

{
services.stash = {
enable = true;
settings = {
host = "100.103.199.4";
port = 9069;
stash = [
{
Path = "/media/stash";
ExcludeImage = true;
}
];
};
};
}