15 lines
231 B
Nix
15 lines
231 B
Nix
{
|
|
services.stash = {
|
|
enable = true;
|
|
settings = {
|
|
host = "100.103.199.4";
|
|
port = 9069;
|
|
stash = [
|
|
{
|
|
Path = "/media/stash";
|
|
ExcludeImage = true;
|
|
}
|
|
];
|
|
};
|
|
};
|
|
}
|