update the management-server ip

This commit is contained in:
Andreas Zweili 2022-01-26 22:18:03 +01:00
parent 99affafd7e
commit 39c3a8ac3d
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
programs.xonsh = {
enable = true;
config = ''
aliases['management-server'] = "mosh ${username}@10.7.89.106 tmux a"
aliases['management-server'] = "mosh ${username}@10.7.89.150 tmux a"
aliases['nix-generations'] = "sudo nix-env --list-generations --profile /nix/var/nix/profiles/system"
aliases['rebuild'] = "sudo nixos-rebuild -j auto switch"
aliases['find-garbage'] = "ls -l /nix/var/nix/gcroots/auto/ | sort"