edit for multiple pc config

This commit is contained in:
2025-11-28 03:19:35 +03:00
parent 2454e2afd5
commit ed1e13ea6b
6 changed files with 22 additions and 2 deletions
+8
View File
@@ -1,6 +1,14 @@
{ config, pkgs, lib, ... }:
{
# programs.steam = {
# enable = true;
# remotePlay.openFirewall =
# true; # Open ports in the firewall for Steam Remote Play
# dedicatedServer.openFirewall =
# true; # Open ports in the firewall for Source Dedicated Server
# };
nix.settings.experimental-features = [ "nix-command" "flakes" ];
nix.gc = {
automatic = true;