From 7e3dee6e036c45c2c3b431c7bcf567460bbce71a Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Mon, 14 Oct 2024 12:50:17 -0400 Subject: [PATCH] pacifidlog: use steamOSConfig from jovian --- hosts/pacifidlog/default.nix | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/hosts/pacifidlog/default.nix b/hosts/pacifidlog/default.nix index 619621b4..6c2073d3 100644 --- a/hosts/pacifidlog/default.nix +++ b/hosts/pacifidlog/default.nix @@ -77,16 +77,7 @@ in { user = "aly"; }; - steamos = { - enableBluetoothConfig = true; - enableDefaultCmdlineConfig = false; # Already handled by hardware - enableMesaPatches = false; # Doesn't do much, takes a long time to build. - enableProductSerialAccess = true; - enableSysctlConfig = true; # Scheduling etc tweaks - enableVendorRadv = false; # Doesn't do much, takes a long time to build. - enableZram = true; - useSteamOSConfig = false; # No automatic enabling of stuff in the steamos module - }; + steamos.useSteamOSConfig = true; }; networking.hostName = "pacifidlog";