commit f311994ef66d71c891d2dc634ee162fcd1c8607e parent 35431772ef4bfc4c08303a19113440049029d123 Author: Silas Brack <silasbrack@gmail.com> Date: Sat, 9 May 2026 10:47:31 +0200 feat: remove steam Diffstat:
| M | hosts/gaia/configuration.nix | | | 9 | --------- |
1 file changed, 0 insertions(+), 9 deletions(-)
diff --git a/hosts/gaia/configuration.nix b/hosts/gaia/configuration.nix @@ -121,8 +121,6 @@ nixpkgs.config.allowUnsupportedSystem = true; nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [ "claude-code" - "steam" - "steam-unwrapped" "spotify" ]; @@ -354,13 +352,6 @@ # enableSSHSupport = 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 - localNetworkGameTransfers.openFirewall = true; # Open ports in the firewall for Steam Local Network Game Transfers - }; - services.openssh.enable = true; programs.ssh.knownHosts = { "git.fnarglebeast.com".publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEOKImx9KgmG+/ggpuS2z/hXkWu3TgT/xK9fI18tPOI1";