mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-04 10:26:51 +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;
|
enable = true;
|
||||||
eula = true;
|
eula = true;
|
||||||
openFirewall = 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; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
mcrcon
|
||||||
prismlauncher
|
prismlauncher
|
||||||
libsForQt5.discover
|
libsForQt5.discover
|
||||||
skypeforlinux
|
skypeforlinux
|
||||||
|
|
Loading…
Reference in a new issue