Insert password hash directly
This commit is contained in:
parent
9cab7a56d4
commit
7513ca3139
2 changed files with 1 additions and 3 deletions
|
@ -1 +0,0 @@
|
||||||
$6$8Klm.W0rGVD3K1op$ZHWG0fB2UcM9HUsNqUHMevlz.lsnq3pMRSStukulksixACsGx5npNnecj/g7ndD5MbHBhXpBAkp0geyt0645P.
|
|
|
@ -16,8 +16,7 @@
|
||||||
"docker"
|
"docker"
|
||||||
"wheel"
|
"wheel"
|
||||||
];
|
];
|
||||||
hashedPassword = "${builtins.readFile ./../dev_user_password.pw}";
|
hashedPassword = "$6$8Klm.W0rGVD3K1op$ZHWG0fB2UcM9HUsNqUHMevlz.lsnq3pMRSStukulksixACsGx5npNnecj/g7ndD5MbHBhXpBAkp0geyt0645P.";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue