stash finished
This commit is contained in:
parent
ce35a92ba7
commit
606d8c675f
@ -80,7 +80,7 @@
|
|||||||
groups.nixremote.gid = 555;
|
groups.nixremote.gid = 555;
|
||||||
users = {
|
users = {
|
||||||
jawz.packages = builtins.attrValues {
|
jawz.packages = builtins.attrValues {
|
||||||
inherit (pkgs) stash podman-compose;
|
inherit (pkgs) podman-compose;
|
||||||
};
|
};
|
||||||
nixremote = {
|
nixremote = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
|
|||||||
@ -65,7 +65,7 @@ in
|
|||||||
"unpackerr"
|
"unpackerr"
|
||||||
"postgres"
|
"postgres"
|
||||||
"paperless"
|
"paperless"
|
||||||
# "stash"
|
"stash"
|
||||||
"bazarr"
|
"bazarr"
|
||||||
"collabora"
|
"collabora"
|
||||||
"homepage"
|
"homepage"
|
||||||
|
|||||||
@ -17,18 +17,16 @@ in
|
|||||||
group = "piracy";
|
group = "piracy";
|
||||||
openFirewall = !cfg.isLocal;
|
openFirewall = !cfg.isLocal;
|
||||||
mutableSettings = true;
|
mutableSettings = true;
|
||||||
|
username = "Suing8150";
|
||||||
passwordFile = config.sops.secrets."stash/password".path;
|
passwordFile = config.sops.secrets."stash/password".path;
|
||||||
jwtSecretKeyFile = config.sops.secrets."stash/jwt".path;
|
jwtSecretKeyFile = config.sops.secrets."stash/jwt".path;
|
||||||
sessionStoreKeyFile = config.sops.secrets."stash/session".path;
|
sessionStoreKeyFile = config.sops.secrets."stash/session".path;
|
||||||
settings = {
|
settings = {
|
||||||
inherit (cfg) port;
|
inherit (cfg) port;
|
||||||
parallel_tasks = 8;
|
host = "0.0.0.0";
|
||||||
nobrowser = true;
|
|
||||||
plugins_path = /var/lib/stash/plugins;
|
|
||||||
stash = [
|
stash = [
|
||||||
{
|
{
|
||||||
Path = "/srv/pool/glue";
|
path = "/srv/pool/glue/";
|
||||||
ExcludeImage = false;
|
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user