nixos/default: open mosh firewall

This commit is contained in:
genofire 2021-10-15 19:33:20 +02:00
parent f17138bcbc
commit 0b56fd5af6
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,6 @@
python3
killall
htop
mosh
git
git-lfs
tig
@ -52,6 +51,7 @@
jq
home-manager
];
programs.mosh.enable = true; # open firewall
programs.neovim = {
enable = true;