{ pterodactyl, ... }: { boot.loader.grub = { enable = true; device = "/dev/vda"; }; networking = { hostName = "gameserver-node-1"; }; #environment.systemPackages = [ # pterodactyl.packages."x86_64-linux".pterodactyl-wings #]; imports = [ pterodactyl.nixosModules.pterodactyl-wings ]; services.wings = { enable = false; configuration = ""; }; system.stateVersion = "24.05"; }