aboutsummaryrefslogtreecommitdiff
path: root/home/pass/default.nix (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-05-05home/profiles: move (almost) all modules to profilesFranck Cuny1-24/+0
This is a major refactor, similar to what was done for the hosts, but in a single commit.
2023-03-13home/passage: delete all references to password-storeFranck Cuny1-19/+5
I completely replaced the usage of `pass' with `passage'. There's no need to keep a mapping file at this point, since my interaction with the git server is through ssh.
2023-03-10home/pass: configure passage properlyFranck Cuny1-15/+2
I need to be explicit about the path to the identity file. Since I'm switching from pass to passage, I also want to disable the automatic synchronization of the repository, and I don't need to have a wrapper for git to push the secrets (I push through ssh now instead of HTTPS).
2023-02-21fix(home/age): use `rage' for `passage'Franck Cuny1-0/+4
The current version of age shipped by nixos does not support the keys generated by `age-plugin-yubikey'.
2023-02-20feat(home/pass): add passageFranck Cuny1-0/+10
Port of `pass' to use `age' instead of `gpg'.
2023-02-20ref(home/git): sign commits and tags properlyFranck Cuny1-4/+0
The configuration can be simplified by using the `signing' directive. For some reason it was also set in the configuration for `pass' which, while it was correct, was in the wrong location.
2022-06-10fix(fmt): correct formatting for all nix filesFranck Cuny1-1/+2
This was done by running `nixpkgs-fmt .'. Change-Id: I4ea6c1e759bf468d08074be2111cbc7af72df295 Reviewed-on: https://cl.fcuny.net/c/world/+/404 Tested-by: CI Reviewed-by: Franck Cuny <franck@fcuny.net>
2022-04-08home: add more configurations for home-managerFranck Cuny1-0/+40