aboutsummaryrefslogtreecommitdiff
path: root/modules/secrets/default.nix (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-04-13secrets: we can specify which user owns itFranck Cuny1-2/+7
2022-04-13secrets: move the actual secrets with hosts configFranck Cuny1-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.
2022-04-13secrets: fix the path to the ssh keyFranck Cuny1-4/+3
2022-04-13secrets: load ssh key only if it existsFranck Cuny1-1/+1
2022-04-10secrets: move all the secrets under module/Franck Cuny1-0/+24
Refactor a bit the configuration, which should simplify the management and usage of secrets from now on.