Browse Source

Enable mosh on servers

main
Leonora Tindall 2 years ago
parent
commit
5f88b077ce
Signed by: nora GPG Key ID: 7A8B52EC67E09AAF
  1. 5
      common/fragments/mosh.nix
  2. 1
      hosts/crimespoon/configuration.nix
  3. 1
      hosts/felonyspork/configuration.nix

5
common/fragments/mosh.nix

@ -0,0 +1,5 @@
{ pkgs, ... }:
{
# Opens UDP ports 60000 ... 61000
programs.mosh.enable = true;
}

1
hosts/crimespoon/configuration.nix

@ -16,6 +16,7 @@
../../common/fragments/prometheus_exporters.nix
../../common/fragments/syncthing.nix
../../common/fragments/minecraft-server.nix
../../common/fragments/mosh.nix
];
# Use the systemd-boot EFI boot loader.

1
hosts/felonyspork/configuration.nix

@ -11,6 +11,7 @@
./home.nix
../../common/fragments/avahi.nix
../../common/fragments/syncthing.nix
../../common/fragments/mosh.nix
];
# Use the systemd-boot EFI boot loader.

Loading…
Cancel
Save