fix the shell alias

This commit is contained in:
Andreas Zweili 2021-12-16 20:25:18 +01:00
parent b17acd07a8
commit 34e5179751
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
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';
management-server = "mosh --ssh='ssh -p 22' andreas@10.7.89.106 tmux a";
};
services.nextcloud-client = {