mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 10:58:02 +00:00
users/foo-dogsquared: add old email account
This commit is contained in:
parent
9ce500bd01
commit
d421591105
@ -42,7 +42,14 @@
|
|||||||
encryptByDefault = false;
|
encryptByDefault = false;
|
||||||
signByDefault = false;
|
signByDefault = false;
|
||||||
};
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
old_personal = {
|
||||||
|
address = "foo.dogsquared@gmail.com";
|
||||||
|
realName = config.accounts.email.accounts.personal.realName;
|
||||||
|
userName = "foo.dogsquared@gmail.com";
|
||||||
|
flavor = "gmail.com";
|
||||||
|
passwordCommand = "gopass show personal/websites/accounts.google.com/foo.dogsquared | head -n 1";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user