From 0e4b37925a218a89da8d867b7cd5ba48c81d54e2 Mon Sep 17 00:00:00 2001 From: Katherina Walshe-Grey Date: Tue, 28 May 2024 01:12:05 +0100 Subject: [PATCH] [tohru] Install Steam --- hosts/tohru/configuration.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hosts/tohru/configuration.nix b/hosts/tohru/configuration.nix index 5abb6b0..22b1561 100644 --- a/hosts/tohru/configuration.nix +++ b/hosts/tohru/configuration.nix @@ -62,6 +62,12 @@ # enableSSHSupport = true; # }; + programs.steam = { + enable = true; + remotePlay.openFirewall = true; + dedicatedServer.openFirewall = true; + }; + # List services that you want to enable: # Enable the OpenSSH daemon.