aboutsummaryrefslogtreecommitdiff
path: root/users/fcuny/trusted/pass.nix (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-04-03home-manager: add `isTrusted`Franck Cuny1-0/+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.
2022-03-05git: sign with GPG only when one desktopFranck Cuny1-0/+17
Move the configuration for git that requires the signing to pass, and use the `pass-git-helper` to manage the secrets.
2022-02-21pass: use upstream synchroniser serviceFranck Cuny1-27/+3
I don't have to write / maintain my own!
2022-02-18pass: minor adjustmentsFranck Cuny1-4/+9
2022-02-13password-store: use the correct variableFranck Cuny1-2/+2
2022-02-13password-store: set location in the environmentFranck Cuny1-3/+4
Set the location for the password-store's store in the environment variable of the unit. Without that environment variable, the program assumes the store is under '$HOME/.password-store'.
2022-02-12home-manager: fix a few typosFranck Cuny1-2/+2
2022-02-12home-manager: push password-store to gitFranck Cuny1-0/+28
Add a systemd timer and an unit to push the content of the password store to our git remote.
2022-02-12move configurations and modules aroundFranck Cuny1-0/+0
Sorry, this is a mess, hopefully the last one.
2022-02-12home-manager: re-organize configuration for myselfFranck Cuny1-0/+0
2022-02-10home-manager: fix imports for passFranck Cuny1-1/+1
2022-02-10home-manager: install password-storeFranck Cuny1-0/+8