mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
feat: mosh
This commit is contained in:
parent
91f77cb208
commit
803b8eb29b
3 changed files with 22 additions and 0 deletions
|
|
@ -11,6 +11,8 @@ in {
|
|||
allowedTCPPorts = [(list.unsafeHead config.services.openssh.ports)];
|
||||
};
|
||||
|
||||
programs.mosh.enable = true;
|
||||
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue