diff options
Diffstat (limited to 'profiles')
| -rw-r--r-- | profiles/core/home.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/core/home.nix b/profiles/core/home.nix index 78abfe7..cd9b7b5 100644 --- a/profiles/core/home.nix +++ b/profiles/core/home.nix @@ -50,7 +50,7 @@ enable = true; matchBlocks = { "*" = { - identityFile = "${config.ivi.home}/.ssh/id_ed25519"; + identityFile = "${config.ivi.home}/.ssh/id_ed25519_sk"; }; }; }; |
