nixos/simpcraft: Add mods
All checks were successful
CI / Check, build and cache Nix flake (push) Successful in 23m39s
All checks were successful
CI / Check, build and cache Nix flake (push) Successful in 23m39s
This commit is contained in:
@@ -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 = {
|
||||
|
Reference in New Issue
Block a user