Move mosh from server to base

This commit is contained in:
Alexander Wainwright 2026-01-31 10:38:07 +10:00
parent 3c791598fa
commit e06340c2d2
2 changed files with 3 additions and 3 deletions

View file

@ -109,6 +109,9 @@
# Enable the OpenSSH daemon.
services.openssh.enable = true;
# enable mosh
programs.mosh.enable = true;
# Open ports in the firewall.
# networking.firewall.allowedTCPPorts = [ ... ];
# networking.firewall.allowedUDPPorts = [ ... ];

View file

@ -5,7 +5,4 @@
"192.168.1.80"
"192.168.1.20"
];
# enable mosh
programs.mosh.enable = true;
}