diff --git a/hosts/eastblue/configuration.nix b/hosts/eastblue/configuration.nix index 6e34c69..5143efd 100644 --- a/hosts/eastblue/configuration.nix +++ b/hosts/eastblue/configuration.nix @@ -68,8 +68,15 @@ tailscale ]; - # Custom services - services.tailscale.enable = true; + # Custom services + services = { + tailscale.enable = true; + minecraft-server = { + enable = true; + eula = true; + openFirewall = true; + }; + }; # Some programs need SUID wrappers, can be configured further or are # started in user sessions.