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:
aviac 2025-04-24 18:00:06 +02:00
parent cdd41f9979
commit 58e1796853
No known key found for this signature in database
GPG key ID: 644781002BDEA982
3 changed files with 1 additions and 4 deletions

3
.gitignore vendored
View file

@ -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
View file

View file

@ -16,7 +16,7 @@
"docker"
"wheel"
];
hashedPasswordFile = ./.;
hashedPassword = "${builtins.readFile ./../dev_user_password.pw}";
};
};
}