Commit Graph

5 Commits

Author SHA1 Message Date
leo
2160982392
home-manager: bump stateVersion to 23.05
ref:
https://github.com/nix-community/home-manager/issues/4019
2023-06-22 23:53:17 +02:00
leo
9b1c911136
nix: bump flake deps 2023-03-22 15:48:36 +01:00
b0a84f4cca
nix(flake): add flake-compat for legacy nix 2022-09-10 22:00:01 +02:00
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
a907d42366
nix: set up home-manager 2022-08-29 00:30:29 +02:00