No description
Find a file
2025-03-27 03:19:25 +08:00
configs refactor: centralise all modules 2025-03-27 03:19:25 +08:00
programs_temp refactor: centralise all modules 2025-03-27 03:19:25 +08:00
flake.lock refactor: flake.nix looks nicer 2025-03-26 20:48:08 +08:00
flake.nix refactor: centralise all modules 2025-03-27 03:19:25 +08:00
README.md docs: update README.md with sops info 2025-03-26 23:00:28 +08:00

"This is fucking brilliant. Nobody needs this, nobody has a real use for this and this definitely does not attract girls. Still, I'll try this and probably love it. -Tim Goeree"

As Yet Unreproducible

  • User passwords -> Managed with sops-nix
  • Spotify login
  • Firefox login

Adding Secrets with sops-nix

Secrets are stored in secrets/secrets.yaml. You can edit these secrets with sops secrets/secrets.yaml given you have an age private key stored at ~/.config/sops/age/keys.txt.

To decrypt these secrets with sops-nix during a rebuild, you must add your host public key to the .sops.yaml file. Generate it with cat /etc/ssh/ssh_host_ed25519_key.pub | ssh-to-age, add it to the file, then run sops updatekeys secrets/secrets.yaml.

Acknowledgements