mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-01 17:16:35 +01:00
Up date config
This commit is contained in:
parent
eb79f37024
commit
3dd23ed852
1 changed files with 9 additions and 0 deletions
|
@ -33,9 +33,18 @@
|
|||
enable = true;
|
||||
eula = true;
|
||||
openFirewall = true;
|
||||
declarative = true;
|
||||
serverProperties = {
|
||||
difficulty = 3;
|
||||
enable-rcon = true;
|
||||
"rcon.password" = "test";
|
||||
motd = "Not A Minecraft Servr";
|
||||
spawn-protection = 0;
|
||||
};
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
mcrcon
|
||||
prismlauncher
|
||||
libsForQt5.discover
|
||||
skypeforlinux
|
||||
|
|
Loading…
Reference in a new issue