mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-06-07 13:29:22 +02:00
minecraft test
This commit is contained in:
parent
b3913ae1b2
commit
65c3d7041c
3 changed files with 69 additions and 59 deletions
|
@ -49,6 +49,17 @@
|
|||
udev.packages = [ pkgs.yubikey-personalization ];
|
||||
fwupd.enable = true;
|
||||
libinput.enable = true;
|
||||
minecraft-server = {
|
||||
enable = true;
|
||||
eula = true;
|
||||
servers = {
|
||||
yolo = {
|
||||
serverProperties = {
|
||||
motd = "Test 12345";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
time.timeZone = "Europe/Berlin";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue