- nix_signing_key.bin:
- generate with
nix-store --generate-binary-cache-key desko cache-priv-key.pem cache-pub-key.pem
- used when deploying packages to a remote machine
- generate with
- colin-passwd.bin:
- generate with
mkpasswd -m sha512crypt
, ormkpasswd --rounds=2000000 --method=sha512crypt
- generate with
- guest/authorized_keys.bin
- who's allowed to login to the guest account