Add mosh to server
And add server module.
This commit is contained in:
parent
5e760d9004
commit
933d991f38
2 changed files with 6 additions and 0 deletions
5
hosts/modules/server.nix
Normal file
5
hosts/modules/server.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{ config, pkgs, inputs, ... }:
|
||||
{
|
||||
# enable mosh
|
||||
programs.mosh.enable = true;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue