fix the work config

This commit is contained in:
Andreas Zweili 2021-11-23 10:08:17 +01:00
parent 0995fe5618
commit 48fcb0a6c7
1 changed files with 1 additions and 4 deletions

View File

@ -6,14 +6,11 @@
];
programs.git.userEmail = "zweili@contria.com";
home.shellAliases = {
management-server = "mosh --ssh=\"ssh -p 22\" localadmin@10.40.0.53 tmux a";
};
programs.bash = {
enable = true;
bashrcExtra = ''
. ~/git_repos/nixos/home-manager/work_config/bashrc
. /home/andreas/.nix-profile/etc/profile.d/nix.sh
'';
};
}