Move mosh from server to base
This commit is contained in:
parent
3c791598fa
commit
e06340c2d2
2 changed files with 3 additions and 3 deletions
|
|
@ -109,6 +109,9 @@
|
||||||
# Enable the OpenSSH daemon.
|
# Enable the OpenSSH daemon.
|
||||||
services.openssh.enable = true;
|
services.openssh.enable = true;
|
||||||
|
|
||||||
|
# enable mosh
|
||||||
|
programs.mosh.enable = true;
|
||||||
|
|
||||||
# Open ports in the firewall.
|
# Open ports in the firewall.
|
||||||
# networking.firewall.allowedTCPPorts = [ ... ];
|
# networking.firewall.allowedTCPPorts = [ ... ];
|
||||||
# networking.firewall.allowedUDPPorts = [ ... ];
|
# networking.firewall.allowedUDPPorts = [ ... ];
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,4 @@
|
||||||
"192.168.1.80"
|
"192.168.1.80"
|
||||||
"192.168.1.20"
|
"192.168.1.20"
|
||||||
];
|
];
|
||||||
|
|
||||||
# enable mosh
|
|
||||||
programs.mosh.enable = true;
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue