basic authella configuration
All checks were successful
/ perform flake analysis (push) Successful in 39s
/ build hive configuration (push) Successful in 8m59s

This commit is contained in:
2026-01-23 20:22:03 +01:00
parent f894f65024
commit 2db673093e
11 changed files with 265 additions and 56 deletions

View File

@@ -9,6 +9,10 @@ let
url = "file:///${inputs.testing-grounds.modpack}/pack.toml";
packHash = "sha256-+taYj4uroLNxM4Nia3n+5P1Y/g6dzE6Iq13TsZgk4mU=";
};
gregpack = pkgs.fetchPackwizModpack {
url = "https://raw.githubusercontent.com/GregTechCEu/GregTech-Modern-Community-Pack/refs/heads/main/pack.toml";
packHash = "sha256-SE86gP15H/Aug6vTLmMxHuxF2/+iLmCI/wQlON1xasM=";
};
in
{
imports = [ inputs.nix-minecraft.nixosModules.minecraft-servers ];
@@ -35,4 +39,10 @@ in
};
};
};
networking.firewall.allowedTCPPorts = [
25865 # autismcraft
25665 # reclamation
25675 # reclamation
];
}