Allow minecraft ports

This commit is contained in:
Daniel Flanagan 2024-02-21 22:27:58 -06:00
parent 7ee7c88315
commit ac31bfe22d
Signed by: lytedev
GPG key ID: 5B2020A0F9921EF4

View file

@ -707,6 +707,10 @@ in {
# # $ nix run nixpkgs#packwiz curseforge import Monumental+Experience-2.2.53.zip # # $ nix run nixpkgs#packwiz curseforge import Monumental+Experience-2.2.53.zip
# }; # };
services.atuin = {
enable = true;
};
virtualisation.oci-containers.backend = "podman"; virtualisation.oci-containers.backend = "podman";
virtualisation.oci-containers.containers = { virtualisation.oci-containers.containers = {
minecraft-jland = { minecraft-jland = {
@ -797,6 +801,9 @@ in {
6667 # soju irc bouncer 6667 # soju irc bouncer
8000 # random development stuff 8000 # random development stuff
64022 # ssh (for ben?) 64022 # ssh (for ben?)
25565
26965
26966
]; ];
networking.firewall.allowedUDPPorts = [ networking.firewall.allowedUDPPorts = [
# 53 # DNS # 53 # DNS