sops: do not use keyfile makes ssh keys work

This commit is contained in:
2025-10-28 09:08:22 +01:00
parent 8b958d6a56
commit 78e219a6cb

View File

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