diff options
author | polwex <polwex@sortug.com> | 2024-09-07 00:23:55 +0700 |
---|---|---|
committer | polwex <polwex@sortug.com> | 2024-09-07 00:23:55 +0700 |
commit | 479d74e5146a601c2244153e8aa89e723b30cbe5 (patch) | |
tree | ab4df0c3c3a39821825feb7447f084765d53c1b8 /hosts/local/ohira | |
parent | 6a7fa5ae7c243b3dd1f0d5a4221c3b69a4bdbab7 (diff) |
m
Diffstat (limited to 'hosts/local/ohira')
-rw-r--r-- | hosts/local/ohira/configuration.nix | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/hosts/local/ohira/configuration.nix b/hosts/local/ohira/configuration.nix index 08ce794..41e058d 100644 --- a/hosts/local/ohira/configuration.nix +++ b/hosts/local/ohira/configuration.nix @@ -124,11 +124,11 @@ # Allow unfree packages nixpkgs.config.allowUnfree = true; - # 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 - # }; + 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 + }; # List packages installed in system profile. To search, run: # $ nix search wget |