Skip to content

Commit

Permalink
Stringify age.sshKeyPaths
Browse files Browse the repository at this point in the history
  • Loading branch information
ritiek committed Oct 12, 2024
1 parent 01ec1c4 commit 1b7ab24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion machines/clawsiecats/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

sops = {
defaultSopsFile = ./secrets.yaml;
age.sshKeyPaths = [ /etc/ssh/ssh_host_ed25519_key ];
age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
age.keyFile = "/etc/ssh/ssh_host_ed25519_agekey";
secrets = {
"tailscale.authkey" = {};
Expand Down

0 comments on commit 1b7ab24

Please sign in to comment.