From 46d2cf2c7932edce96f90a5a4988f3e8c9165e72 Mon Sep 17 00:00:00 2001 From: iFargle Date: Fri, 14 Jul 2023 23:59:52 +0900 Subject: [PATCH] test --- hosts/nixos-laptop/configuration.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hosts/nixos-laptop/configuration.nix b/hosts/nixos-laptop/configuration.nix index b5ae4e53..1007037c 100644 --- a/hosts/nixos-laptop/configuration.nix +++ b/hosts/nixos-laptop/configuration.nix @@ -25,7 +25,10 @@ # powerManagement.enable = true; # modesetting.enable = true; prime = { - reverseSync.enable = true; + offload = { + enable = true; + enableOffloadCmd = true; + }; intelBusId = lib.mkDefault "PCI:0:2:0"; nvidiaBusId = lib.mkDefault "PCI:1:0:0"; };