try to use a shell alias

This commit is contained in:
Andreas Zweili 2021-11-16 15:06:24 +01:00
parent 7d8d123dcd
commit 218d12deb7
1 changed files with 3 additions and 0 deletions

View File

@ -16,6 +16,9 @@
};
};
};
home.shellAliases = {
management-server = "mosh --ssh=\"ssh -p 22\" localadmin@10.40.0.53 tmux a";
};
# raw config files
home.file.".bashrc".source = ./work_config/bashrc;
}