From 111589dda8956bb5cc7ff8aa5930f3b52710204e Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Tue, 3 Dec 2024 15:49:29 -0500 Subject: [PATCH] pacifidlog: be selective in jovian steamos optimizations where they interfere with our own --- hosts/pacifidlog/default.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/hosts/pacifidlog/default.nix b/hosts/pacifidlog/default.nix index 47eedc4e..12eef984 100644 --- a/hosts/pacifidlog/default.nix +++ b/hosts/pacifidlog/default.nix @@ -76,8 +76,11 @@ }; steamos = { - enableMesaPatches = lib.mkForce false; - useSteamOSConfig = true; + enableAutoMountUdevRules = true; + enableBluetoothConfig = true; + enableDefaultCmdlineConfig = true; + enableProductSerialAccess = true; + enableVendorRadv = true; }; };