about summary refs log tree commit diff
path: root/modules/secrets/default.nix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* secrets: we can specify which user owns itFranck Cuny2022-04-131-2/+7
|
* secrets: move the actual secrets with hosts configFranck Cuny2022-04-131-11/+12
| | | | | | Having the secrets closer to the host is easier to manage. At the moment I don't have secrets that are shared across multiple hosts, so that's an OK approach.
* secrets: fix the path to the ssh keyFranck Cuny2022-04-131-4/+3
|
* secrets: load ssh key only if it existsFranck Cuny2022-04-131-1/+1
|
* secrets: move all the secrets under module/Franck Cuny2022-04-101-0/+24
Refactor a bit the configuration, which should simplify the management and usage of secrets from now on.