woo, got the server working

only thing to figure out now is how to install tekxit and fix the dns
This commit is contained in:
Chris Kruining 2025-03-04 23:36:00 +01:00
parent 514f984560
commit 1362d6d3c6
7 changed files with 172 additions and 54 deletions

View file

@ -31,16 +31,14 @@
dotnet.enable = true;
};
services.games.minecraft.enable = true;
# EXPERIMENTS
# services.games.minecraft.enable = true;
services.auth.enable = true;
desktop = {
plasma.enable = true;
type = "wayland";
# games = {
# minecraft.enable = false;
# };
applications = {
communication.enable = true;
email.enable = true;
@ -68,6 +66,10 @@
firefox.enable = true;
chrome.enable = true;
};
games = {
minecraft.enable = true;
};
};
shell = {