Thancred (Game server) #8

Open
wymiller wants to merge 10 commits from thancred into master
Showing only changes of commit c452ebff3c - Show all commits

View File

@@ -1,10 +1,10 @@
{
pkgs,
userName,
vintage-story,
...
}: {
imports = [
../../apps/gaming.nix
../../pwrMgmt
../../networking/core.nix
../../virtualization/podman.nix
@@ -46,11 +46,7 @@
powertop.enable = false;
};
gaming = {
vintage-story.enable = true;
};
networking = {
network = {
firewall = {
enable = true;
tcpPorts = {
@@ -63,6 +59,10 @@
networkManager.enable = true;
};
environment.systemPackages = [
vintage-story.packages.${pkgs.system}.default
];
# Podman module (see ../../virtualization/podman.nix)
# podman = {
# enable = true;