From 234c7390e46d1f0e116822e171aa7815d97488c1 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 17 Jun 2021 21:20:19 +0200 Subject: vidhar: initial --- installer.nix | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'installer.nix') diff --git a/installer.nix b/installer.nix index 78106902..5fe58494 100644 --- a/installer.nix +++ b/installer.nix @@ -15,10 +15,17 @@ enable = true; allowedTCPPorts = [ 22 # ssh ]; + allowedUDPPortRanges = [ + { from = 60000; to = 61000; } # mosh + ]; }; systemd.services."sshd".wantedBy = ["multi-user.target"]; services.qemuGuest.enable = true; + + environment.systemPackages = with pkgs; [ + nvme-cli iotop mosh + ]; }; } -- cgit v1.2.3