updates passwordFile
This commit is contained in:
parent
713fa58165
commit
61b279e0a9
1 changed files with 5 additions and 1 deletions
|
|
@ -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 = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue