summaryrefslogtreecommitdiff
path: root/hosts/local/ohira/configuration.nix
diff options
context:
space:
mode:
authorpolwex <polwex@sortug.com>2024-09-07 00:23:55 +0700
committerpolwex <polwex@sortug.com>2024-09-07 00:23:55 +0700
commit479d74e5146a601c2244153e8aa89e723b30cbe5 (patch)
treeab4df0c3c3a39821825feb7447f084765d53c1b8 /hosts/local/ohira/configuration.nix
parent6a7fa5ae7c243b3dd1f0d5a4221c3b69a4bdbab7 (diff)
m
Diffstat (limited to 'hosts/local/ohira/configuration.nix')
-rw-r--r--hosts/local/ohira/configuration.nix10
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