2022-04-05 10:03:33 +03:00
|
|
|
{
|
2022-08-28 04:54:03 +03:00
|
|
|
networking.extraHosts = ''
|
|
|
|
127.0.0.2 other-localhost
|
|
|
|
'';
|
|
|
|
|
|
|
|
user = {
|
2022-04-05 11:26:26 +03:00
|
|
|
name = "Bob";
|
|
|
|
dir = "/home/bob";
|
|
|
|
};
|
|
|
|
|
|
|
|
git = {
|
2022-04-27 01:17:51 +03:00
|
|
|
userName = "Bob Ross";
|
|
|
|
userEmail = "bross@example.com";
|
2022-06-01 16:48:29 +03:00
|
|
|
# gpg --list-secret-keys
|
|
|
|
gpgSigningKey = "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
|
2022-08-29 15:40:41 +03:00
|
|
|
};
|
2022-08-25 23:16:44 +03:00
|
|
|
|
2022-08-29 15:40:41 +03:00
|
|
|
emailAccounts = {
|
|
|
|
"personal" = {
|
|
|
|
flavor = "yandex.com";
|
|
|
|
address = "bross@yandex.ru";
|
|
|
|
passwordCommand = "pass show emails/bross@yandex.ru";
|
|
|
|
};
|
2022-08-25 23:16:44 +03:00
|
|
|
};
|
2022-08-29 15:40:41 +03:00
|
|
|
}
|