Insert password hash directly

This commit is contained in:
hodasemi 2025-05-23 07:40:09 +02:00
parent 9cab7a56d4
commit 7513ca3139
2 changed files with 1 additions and 3 deletions

View file

@ -1 +0,0 @@
$6$8Klm.W0rGVD3K1op$ZHWG0fB2UcM9HUsNqUHMevlz.lsnq3pMRSStukulksixACsGx5npNnecj/g7ndD5MbHBhXpBAkp0geyt0645P.

View file

@ -16,8 +16,7 @@
"docker" "docker"
"wheel" "wheel"
]; ];
hashedPassword = "${builtins.readFile ./../dev_user_password.pw}"; hashedPassword = "$6$8Klm.W0rGVD3K1op$ZHWG0fB2UcM9HUsNqUHMevlz.lsnq3pMRSStukulksixACsGx5npNnecj/g7ndD5MbHBhXpBAkp0geyt0645P.";
}; };
}; };
} }