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.