Allow minecraft ports
This commit is contained in:
parent
7ee7c88315
commit
ac31bfe22d
1 changed files with 7 additions and 0 deletions
|
@ -707,6 +707,10 @@ in {
|
|||
# # $ nix run nixpkgs#packwiz curseforge import Monumental+Experience-2.2.53.zip
|
||||
# };
|
||||
|
||||
services.atuin = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
virtualisation.oci-containers.backend = "podman";
|
||||
virtualisation.oci-containers.containers = {
|
||||
minecraft-jland = {
|
||||
|
@ -797,6 +801,9 @@ in {
|
|||
6667 # soju irc bouncer
|
||||
8000 # random development stuff
|
||||
64022 # ssh (for ben?)
|
||||
25565
|
||||
26965
|
||||
26966
|
||||
];
|
||||
networking.firewall.allowedUDPPorts = [
|
||||
# 53 # DNS
|
||||
|
|
Loading…
Reference in a new issue