diff --git a/configuration.nix b/configuration.nix index 4348a04..adb7367 100644 --- a/configuration.nix +++ b/configuration.nix @@ -122,7 +122,7 @@ with pkgs; owner = "coolneng"; group = "users"; }; - identityPaths = [ "/etc/ssh/id_ed25519" ]; + identityPaths = [ "/home/coolneng/.ssh/id_ed25519" ]; }; # Auto-upgrade the system