add an alias for my management server

This commit is contained in:
Andreas Zweili 2021-12-16 20:21:34 +01:00
parent 753f3b1f1c
commit 4eee73a1ee
1 changed files with 4 additions and 0 deletions

View File

@ -23,6 +23,10 @@
home.file.".config/Rapid Photo Downloader".source = ./desktop/configs/rapid_photo_downloader;
home.file.".local/share/applications/steam.desktop".source = ./desktop/applications/steam.desktop;
home.shellAliases = {
management-server = 'mosh --ssh="ssh -p 22" andreas@10.7.89.106 tmux a';
};
services.nextcloud-client = {
enable = true;
startInBackground = true;