Add kardorf ssh key to sops

This commit is contained in:
2025-05-04 13:50:23 +02:00
parent d73ff17327
commit dc3f9fe681
2 changed files with 4 additions and 1 deletions

View File

@ -15,7 +15,7 @@ in {
# TODO: remove? only rely on ssh or pgp keys (e.g. ubikey like misterio is using!!!)
keyFile = "/home/julian/.config/sops/age/keys.txt";
# Generate key if none of the above worked. With this, building will still work, just without secrets
generateKey = true;
generateKey = false; # TODO: building should not work without secrets!?
};
sops.defaultSopsFile = ../secrets.yaml;