diff --git a/modules/servers/stash.nix b/modules/servers/stash.nix index 0b5aa3b..3a0ba08 100644 --- a/modules/servers/stash.nix +++ b/modules/servers/stash.nix @@ -17,15 +17,11 @@ in group = "piracy"; openFirewall = !cfg.isLocal; mutableSettings = true; - username = "Suing8150"; passwordFile = config.sops.secrets."stash/password".path; jwtSecretKeyFile = config.sops.secrets."stash/jwt".path; sessionStoreKeyFile = config.sops.secrets."stash/session".path; settings = { inherit (cfg) port; - write_image_thumbnails = true; - sound_on_preview = false; - preview_audio = false; parallel_tasks = 8; nobrowser = true; plugins_path = /var/lib/stash/plugins; @@ -34,10 +30,6 @@ in Path = "/srv/pool/glue"; ExcludeImage = false; } - { - Path = "/home/jawz/Backups/pool_old/glue"; - ExcludeImage = false; - } ]; }; };