feat: add luanti server and host

This commit is contained in:
Ranomier 2025-05-04 18:19:00 +02:00
parent ad59ee55cc
commit 4880ce65ae
4 changed files with 53 additions and 0 deletions

View file

@ -19,6 +19,7 @@ in {
# to add more append // (host_helper example);
nixosConfigurations = builtins.mapAttrs (hostName: hostOptions: (hostHelper hostName hostOptions)) {
crocoite = {};
game-luanti = {unstable = true;};
};
# Your custom packages