sops: allow rebuilding machine without openssh enabled

This commit is contained in:
Christoph Hollizeck 2025-12-02 01:46:58 +01:00
parent ffb9aeaa1c
commit 65437e0df9
Signed by: Daholli
GPG key ID: 249300664F2AF2C7

View file

@ -50,7 +50,11 @@
defaultSopsFile = ../../../secrets/secrets.yaml;
defaultSopsFormat = "yaml";
age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
age = {
keyFile = "/home/cholli/.config/sops/age/keys.txt";
sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
};
};
system = {