diff options
Diffstat (limited to 'hosts/local/ohira/configuration.nix')
-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 |