2023-11-10 18:48:06 +00:00
|
|
|
{config, ...}: {
|
2021-10-24 20:03:28 +00:00
|
|
|
pub-solar = {
|
|
|
|
# These are your personal settings
|
|
|
|
# The only required settings are `name` and `password`,
|
2022-01-31 16:45:26 +00:00
|
|
|
# for convenience, use publicKeys to add your SSH keys
|
2021-10-24 20:03:28 +00:00
|
|
|
# The rest is used for programs like git
|
|
|
|
user = {
|
|
|
|
name = "pub-solar";
|
2024-02-02 22:25:54 +00:00
|
|
|
password = "$6$guLp1v0G0TxGThXX$y7YeEcYjFpN6gutLCbvAkqppOVLYZjfo4DxofrMm6a9MIjVoKKaY20UzityJsHbQU4THIFfj8gLWVOjyjL.P2.";
|
|
|
|
passwordlessSudo = true;
|
2021-10-24 20:03:28 +00:00
|
|
|
fullName = "Pub Solar";
|
2024-02-02 22:25:54 +00:00
|
|
|
email = "teutat3s@pub.solar";
|
|
|
|
publicKeys = [
|
|
|
|
"ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFro/k4Mgqyh8yV/7Zwjc0dv60ZM7bROBU9JNd99P/4co6fxPt1pJiU/pEz2Dax/HODxgcO+jFZfvPEuLMCeAl0= YubiKey #10593996 PIV Slot 9a"
|
|
|
|
];
|
2021-10-24 20:03:28 +00:00
|
|
|
};
|
|
|
|
};
|
2024-02-02 22:25:54 +00:00
|
|
|
home-manager.users.pub-solar.services.gpg-agent.pinentryFlavor = "curses";
|
2021-10-24 20:03:28 +00:00
|
|
|
}
|