feat: add basic 'gaming' module to 'andromache'

This commit is contained in:
2026-02-22 13:25:17 +01:00
parent e7a36abd8c
commit 1c20cc3326
2 changed files with 13 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
nixpkgs.allowedUnfree = [
"steam"
"steam-unwrapped"
];
programs.steam = {
enable = true;
remotePlay.openFirewall = false;
dedicatedServer.openFirewall = false;
};
}