ソースを参照

bug(odin): identity path wrong

Zander Hawke 9 ヶ月 前
コミット
f1bd4da695
1 ファイル変更1 行追加1 行削除
  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";