From e28e7847ffbbcd49489a90f9b8f2eb07fb65a4a7 Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Thu, 7 Nov 2024 15:31:11 -0600 Subject: use amdgpu driver for laptop to support xorg tearfree option --- modules/hosts/T495/configuration.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/modules/hosts/T495/configuration.nix b/modules/hosts/T495/configuration.nix index 8e10260..fdd2930 100644 --- a/modules/hosts/T495/configuration.nix +++ b/modules/hosts/T495/configuration.nix @@ -26,5 +26,12 @@ # Enable network drives fs.networkFS.enable = true; + networking.hosts = { + "192.168.77.3" = [ "devel" ]; + }; + + # Use amdgpu driver for x11 + services.xserver.videoDrivers = [ "amdgpu" ]; + system.stateVersion = "24.05"; } -- cgit v1.2.3