edit for multiple pc config
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user