Home-manager can't use rebuild command because of a collision

This commit is contained in:
Andreas Zweili 2023-12-06 09:07:01 +01:00
parent 63a96d05f8
commit 82d1f6c6e4
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@
shellAliases = {
work-management = "mosh --ssh='ssh -i ~/.ssh/zweili.key' zweili@10.49.0.100 -- tmux new -A -s 0";
work-vm = ''ssh andreas@localhost -p 2222 -t "$@" "tmux new -A -s 0"'';
rebuild = "home-manager switch";
hm-rebuild = "home-manager switch";
};
};
};