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:
parent
514f984560
commit
1362d6d3c6
7 changed files with 172 additions and 54 deletions
|
@ -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 = {
|
||||
|
|
|
@ -22,6 +22,10 @@
|
|||
services = {
|
||||
enable = true;
|
||||
media.enable = true;
|
||||
|
||||
games = {
|
||||
minecraft.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
desktop = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue