feat(server/self_host): turning on the minecraft server

This commit is contained in:
Raphael 2026-01-03 23:15:16 +01:00
parent d6f22cfaae
commit ef9fed8790
No known key found for this signature in database

View file

@ -26,7 +26,6 @@ in
hostName = "nixos-server";
firewall.enable = false;
networkmanager.enable = true;
wireless.enable = false;
interfaces.enp0s31f6.ipv4.addresses = [
{
address = "192.168.1.1";
@ -60,10 +59,10 @@ in
jellyfin = true;
sso = true;
};
forty_two.irc = true;
forty_two.irc = false;
web.portefolio = true;
server = {
minecraft = false;
minecraft = true;
teamspeak = true;
};
bot_discord = {