system/nix/secrets.example.nix

14 lines
233 B
Nix
Raw Normal View History

2022-04-05 10:03:33 +03:00
{
2022-04-05 11:26:26 +03:00
home = {
name = "Bob";
dir = "/home/bob";
};
git = {
userName = "Bob Ross";
userEmail = "bross@example.com";
2022-06-01 16:48:29 +03:00
# gpg --list-secret-keys
gpgSigningKey = "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
2022-04-05 11:26:26 +03:00
};
2022-04-05 10:03:33 +03:00
}