aboutsummaryrefslogtreecommitdiff
path: root/users/fcuny/desktop/trust/default.nix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* home-manager: add `isTrusted`Franck Cuny2022-04-031-10/+0
| | | | | | | | | | Install and configure some programs only on trusted machines. On trusted machines, my mails, GPG and a few other things are configured. A machine where this is not needed on a regular basis to get things done don't need that much information. Also rename `desktop/trust` to `trusted`, in case we want these packages on a host that is not a desktop, and `trusted` is a better description.
* email: add initial email configurationFranck Cuny2022-02-131-0/+1
| | | | | Configure the account and pull with mbsync. We run notmuch after the pull.
* home-manager: delete keyring moduleFranck Cuny2022-02-121-1/+0
| | | | This needs to be setup at the host level.
* move configurations and modules aroundFranck Cuny2022-02-121-0/+10
Sorry, this is a mess, hopefully the last one.