diff --git a/system/default.nix b/system/default.nix index 69cd066c..b6c02b66 100644 --- a/system/default.nix +++ b/system/default.nix @@ -83,7 +83,6 @@ "uinput" "dialout" "podman" - "gamemode" ]; initialHashedPassword = "$y$j9T$tHIPQt09Kf3KH2eIRze3g/$2mwSlcq27DTGvHNPJ5EP9/1CfL3bXP0F6oS/Vuffmn3"; openssh = { diff --git a/system/steam.nix b/system/steam.nix index 33f831ab..f65f42c2 100644 --- a/system/steam.nix +++ b/system/steam.nix @@ -2,7 +2,6 @@ { hardware.steam-hardware.enable = true; programs = { - gamemode.enable = true; steam = { enable = true; remotePlay.openFirewall = true;