enable mosh

This commit is contained in:
hackens server 2023-02-24 14:55:31 +01:00
parent 141e1ce8dd
commit 6f28af8576

View file

@ -5,4 +5,5 @@
# Open ports in the firewall.
networking.firewall.allowedTCPPorts = [ 22 ];
programs.mosh.enable = true;
}