nixos/simpcraft: Add mods
All checks were successful
CI / Check, build and cache Nix flake (push) Successful in 23m39s

This commit is contained in:
2024-01-05 02:13:15 +00:00
parent e24ac05bb2
commit 066c87d3d6
4 changed files with 19 additions and 5 deletions

View File

@@ -173,6 +173,10 @@ rec {
port = 25565;
dst = aa.simpcraft-oci.internal.ipv4.address;
}
# {
# port = 25566;
# dst = aa.simpcraft-staging-oci.internal.ipv4.address;
# }
{
port = 2456;
@@ -190,6 +194,12 @@ rec {
dst = aa.waffletail.internal.ipv4.address;
proto = "udp";
}
{
port = 25565;
dst = aa.simpcraft-oci.internal.ipv4.address;
proto = "udp";
}
];
fstrimConfig = {