diff --git a/nixy/configuration.nix b/nixy/configuration.nix index 309f0be..070d1cc 100644 --- a/nixy/configuration.nix +++ b/nixy/configuration.nix @@ -169,6 +169,12 @@ }; programs = { + steam = { + enable = true; + remotePlay.openFirewall = true; + dedicatedServer.openFirewall = false; + localNetworkGameTransfers.openFirewall = true; + }; gnupg.agent = { enable = true; enableSSHSupport = true; @@ -522,7 +528,6 @@ }; }; - hardware = { bluetooth = { enable = true;