refactor(general): accept minecraft eula in global/general
This commit is contained in:
parent
f1b6619bd7
commit
efd37b7559
2 changed files with 3 additions and 1 deletions
|
@ -15,6 +15,9 @@
|
|||
|
||||
# Ensure certain necessary directories always exist
|
||||
ensure.directories = [ "/mnt" ];
|
||||
|
||||
# Accept EULA for all minecraft servers
|
||||
minecraft-servers.eula = true;
|
||||
};
|
||||
|
||||
system.activationScripts = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue