remember to enable services

This commit is contained in:
Noah Masur
2025-03-08 08:57:01 -05:00
parent 50a1be634c
commit 9d7c6b3215
3 changed files with 3 additions and 0 deletions

View File

@ -23,6 +23,7 @@ in
allowUnfreePackages = [ "minecraft-server" ];
services.minecraft-server = {
enable = true;
eula = true;
declarative = true;
whitelist = { };