Compare commits
2 commits
ac7378ddc7
...
27b1c639dd
Author | SHA1 | Date | |
---|---|---|---|
27b1c639dd | |||
98f99499ba |
3 changed files with 22 additions and 0 deletions
|
@ -106,6 +106,7 @@
|
||||||
"192.168.88.253" = [
|
"192.168.88.253" = [
|
||||||
self.nixosConfigurations.flora-mate.config.networking.hostName
|
self.nixosConfigurations.flora-mate.config.networking.hostName
|
||||||
"ap"
|
"ap"
|
||||||
|
"minecraft"
|
||||||
];
|
];
|
||||||
"192.168.88.1" = [
|
"192.168.88.1" = [
|
||||||
"router"
|
"router"
|
||||||
|
|
|
@ -83,6 +83,7 @@
|
||||||
mako # notification system developed by swaywm maintainer
|
mako # notification system developed by swaywm maintainer
|
||||||
kitty
|
kitty
|
||||||
firefox-devedition
|
firefox-devedition
|
||||||
|
prismlauncher
|
||||||
];
|
];
|
||||||
|
|
||||||
xdg = {
|
xdg = {
|
||||||
|
|
|
@ -42,4 +42,24 @@
|
||||||
PASSPHRASE = "VerySecurePassword69123";
|
PASSPHRASE = "VerySecurePassword69123";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
services.minecraft-server = {
|
||||||
|
enable = true;
|
||||||
|
eula = true;
|
||||||
|
declarative = true;
|
||||||
|
openFirewall = true;
|
||||||
|
serverProperties = {
|
||||||
|
accepts-transfers = true;
|
||||||
|
difficulty = 3;
|
||||||
|
enable-command-block = true;
|
||||||
|
enable-rcon = true;
|
||||||
|
enable-status = true;
|
||||||
|
enable-query = true;
|
||||||
|
enforce-secure-profile = false;
|
||||||
|
max-players = 10;
|
||||||
|
motd = "IT3Bili Minecraft server!";
|
||||||
|
snooper-enabled = false;
|
||||||
|
spawn-protection = 0;
|
||||||
|
"rcon.password" = "AcceseGranted";
|
||||||
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue