mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 20:39:18 -08:00
profiles/common: Mosh firewall rules
This commit is contained in:
parent
dab35a45b7
commit
895c379186
1 changed files with 3 additions and 0 deletions
|
|
@ -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 ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue