Compare commits
No commits in common. "27b1c639dd3fe4f416ac1775a35132e6e1504f24" and "ac7378ddc748099ffceb8f312f53ffbd856b49d8" have entirely different histories.
27b1c639dd
...
ac7378ddc7
3 changed files with 0 additions and 22 deletions
|
@ -106,7 +106,6 @@
|
|||
"192.168.88.253" = [
|
||||
self.nixosConfigurations.flora-mate.config.networking.hostName
|
||||
"ap"
|
||||
"minecraft"
|
||||
];
|
||||
"192.168.88.1" = [
|
||||
"router"
|
||||
|
|
|
@ -83,7 +83,6 @@
|
|||
mako # notification system developed by swaywm maintainer
|
||||
kitty
|
||||
firefox-devedition
|
||||
prismlauncher
|
||||
];
|
||||
|
||||
xdg = {
|
||||
|
|
|
@ -42,24 +42,4 @@
|
|||
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