profiles/common: Mosh firewall rules

This commit is contained in:
kat witch 2021-05-03 16:53:47 +01:00
parent dab35a45b7
commit 895c379186
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72

View file

@ -1,6 +1,9 @@
{ config, lib, pkgs, ... }:
{
katnet.public.udp.ranges = [ { from=60000; to=61000; }];
katnet.private.udp.ranges = [ { from=60000; to=61000; }];
services.openssh = {
enable = true;
ports = lib.mkDefault [ 62954 ];