close direct access without reverse proxy

This commit is contained in:
Johannes Lötzsch 2022-03-11 10:23:02 +01:00
parent 1c28b834a3
commit 31dcf44d75
1 changed files with 0 additions and 2 deletions

View File

@ -22,6 +22,4 @@
shell = "${pkgs.bash}/bin/bash";
};
users.groups."beherbergung" = {};
networking.firewall.allowedTCPPorts = [ 4000 3000 ];
}