fix: password errors that popped up
we write the contents of the hashedPasswordFile into a string to prevent issues with paths that are used from the host and are invalid on the deployment target
This commit is contained in:
parent
cdd41f9979
commit
58e1796853
3 changed files with 1 additions and 4 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -62,6 +62,3 @@ $RECYCLE.BIN/
|
|||
*.lnk
|
||||
|
||||
# End of https://www.toptal.com/developers/gitignore/api/visualstudiocode,windows,linux
|
||||
|
||||
|
||||
*.pw
|
0
dev_user_password.pw
Normal file
0
dev_user_password.pw
Normal file
|
@ -16,7 +16,7 @@
|
|||
"docker"
|
||||
"wheel"
|
||||
];
|
||||
hashedPasswordFile = ./.;
|
||||
hashedPassword = "${builtins.readFile ./../dev_user_password.pw}";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue