From c452ebff3c38f2fd33b223f531a20eef83b40de3 Mon Sep 17 00:00:00 2001 From: "Wyatt J. Miller" Date: Sun, 15 Feb 2026 19:05:42 -0500 Subject: [PATCH] real commit this time --- modules/machine/thancred/configuration.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/modules/machine/thancred/configuration.nix b/modules/machine/thancred/configuration.nix index 7ca30bd..4d5d285 100644 --- a/modules/machine/thancred/configuration.nix +++ b/modules/machine/thancred/configuration.nix @@ -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;