use relative path

This commit is contained in:
Osman Faruk Bayram 2025-09-15 13:03:01 +03:00
parent 98f4d6d162
commit fe652c74a9

View file

@ -4,7 +4,7 @@ let
sshBlock = hostname: {
hostname = hostname;
user = "osbm";
identityFile = "/home/osbm/.ssh/id_ed25519";
identityFile = "~/.ssh/id_ed25519";
extraOptions = {
# [ERROR] - (starship::print): Under a 'dumb' terminal (TERM=dumb).
"RemoteCommand" = "fish";
@ -17,7 +17,7 @@ let
sshBlockAtreus = hostname: {
hostname = hostname;
user = "osbm";
identityFile = "/home/osbm/.ssh/id_ed25519";
identityFile = "~/.ssh/id_ed25519";
port = 8022;
hashKnownHosts = true;
compression = true;