sops: allow rebuilding machine without openssh enabled
This commit is contained in:
parent
ffb9aeaa1c
commit
65437e0df9
1 changed files with 5 additions and 1 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue