Commit Graph

7 Commits

Author SHA1 Message Date
surtur 264eb5a930
secrets: add hibp_api_key.age 2023-08-24 00:47:55 +02:00
surtur 1f1af3f467
secrets: update infra-vars,pcmt_gitea_token 2023-08-05 21:18:58 +02:00
surtur 60f02707ad
secrets: add pcmt_gitea_token 2023-08-05 16:07:27 +02:00
surtur ed4a80af6b
chore(secrets): update infra-vars 2023-08-03 22:37:44 +02:00
surtur a034e358b7
chore(secrets): update infra-vars 2023-07-31 21:34:57 +02:00
surtur 51fcdb9971
home-manager(homeage): add more secrets 2023-07-10 03:40:02 +02:00
surtur 62518f7ad7
home-manager: start using homeage, sops
the workflow is as follows:
  * age is used to manually encrypt e.g the sops keys file so it can
    securely be stored in git
  * homeage decrypts the file and symlinks it where sops expects it to
    be present. decrypted, which it will be, but it will in fact be
    residing in $XDG_RUNTIME_DIR (which *should* be tmpfs) and only be
    symlinked to $HOME/...
  * sops can from then on be used to manage arbitrary secrets as usual
2022-09-10 21:19:32 +02:00