diff options
| author | andromeda <andromeda@lenovo> | 2026-01-10 10:33:06 +0100 |
|---|---|---|
| committer | andromeda <andromeda@lenovo> | 2026-01-10 10:33:06 +0100 |
| commit | 0781c8428d4d723a7049fba4c03eb04e06216a21 (patch) | |
| tree | 5775b44b3447c8ec5cd71ae3f96121d4bbae5506 /modules/nixos | |
| parent | 2d1048b00f7a9bf6d99c1ce3fef0fcf1ecd53bed (diff) | |
fix agenix boot problem on remote?
Diffstat (limited to 'modules/nixos')
| -rw-r--r-- | modules/nixos/boot/109-199-104-83.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/nixos/boot/109-199-104-83.nix b/modules/nixos/boot/109-199-104-83.nix index 71f8d54..4854826 100644 --- a/modules/nixos/boot/109-199-104-83.nix +++ b/modules/nixos/boot/109-199-104-83.nix @@ -3,4 +3,7 @@ efiSupport = true; efiInstallAsRemovable = true; }; + age.identityPaths = [ + "/persist/etc/ssh/ssh_host_ed25519_key" + ]; } |
