Ver Fonte

bug(odin): identity path wrong

Zander Hawke há 9 meses atrás
pai
commit
f1bd4da695
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      hosts/odin/age.nix

+ 1 - 1
hosts/odin/age.nix

@@ -2,7 +2,7 @@
 {
   imports = [ inputs.agenix.nixosModules.default ];
 
-  age.identityPaths = [ "/persist/etc/ssh/id_ed25519_key" ];
+  age.identityPaths = [ "/persist/etc/ssh/ssh_host_ed25519_key" ];
   age.secrets = {
     "odin/nullmailer/remotes".file =
       inputs.secrets."odin/nullmailer/remotes";