nix/secrets.nix
2024-12-02 06:50:41 -07:00

13 lines
No EOL
393 B
Nix

{
programs = {
beets = {
# The API key to use for google custom search lyrics backend
google_api_key = "AIzaSyAWg0jEt2wPXNo2Q6dx2yvihT1FqkG26I4";
};
};
passwords = {
# The hashed /etc/shadow password to use for the main user ty
users.ty = "$y$j9T$XCQtsX/NObNFzrYu7JcJe/$HHgvh4Re6UjKvxMz.XuHw7dwNecnMP8je.4AHUjHnsB";
};
}