feat(server/self_host): turning on the minecraft server
This commit is contained in:
parent
d6f22cfaae
commit
ef9fed8790
1 changed files with 2 additions and 3 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue