diff --git a/nixos/configuration.nix b/nixos/configuration.nix index ce2814c2..6f521444 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -100,6 +100,13 @@ ]; nix.settings.experimental-features = [ "nix-command" "flakes" ]; + # Enable Steam + 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 + }; + # Some programs need SUID wrappers, can be configured further or are # started in user sessions. # programs.mtr.enable = true; diff --git a/nixos/home.nix b/nixos/home.nix index 36a09732..94d66848 100644 --- a/nixos/home.nix +++ b/nixos/home.nix @@ -21,7 +21,6 @@ # VR / Games bs-manager - steam slimevr wivrn prismlauncher