1
0
Pārlūkot izejas kodu

bug(odin): identity path wrong

Zander Hawke 9 mēneši atpakaļ
vecāks
revīzija
f1bd4da695
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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";