updates passwordFile

This commit is contained in:
Dennis Schoepf 2025-07-23 22:34:18 +02:00
parent 713fa58165
commit 61b279e0a9

View file

@ -1,3 +1,7 @@
{
pkgs,
...
}:
{ {
services.stash = { services.stash = {
enable = true; enable = true;
@ -5,7 +9,7 @@
scrapers = [ ]; scrapers = [ ];
settings = { settings = {
username = "admin"; username = "admin";
password = "pass"; passwordFile = pkgs.writeText "stash-password" "$2y$10$VcuMbQR7Lfh4gyLkDsidJ.tHpQdRfKXQzVcU/.oI7MmNNuwGMUjaq"; # MyPassword
host = "100.103.199.4"; host = "100.103.199.4";
port = 9069; port = 9069;
stash = [ stash = [