From 80d98a7d55c6e27954a166cb583a41325e9512d7 Mon Sep 17 00:00:00 2001 From: NAHO <90870942+trueNAHO@users.noreply.github.com> Date: Mon, 16 Oct 2023 15:54:31 +0200 Subject: [PATCH] feat(tuxedo/pulse/15/gen2): use default 'hardware.amdgpu.loadInInitrd' --- tuxedo/pulse/15/gen2/default.nix | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/tuxedo/pulse/15/gen2/default.nix b/tuxedo/pulse/15/gen2/default.nix index cff6964..39ed006 100644 --- a/tuxedo/pulse/15/gen2/default.nix +++ b/tuxedo/pulse/15/gen2/default.nix @@ -1,16 +1,10 @@ -{ - lib, - pkgs, - ... -}: { +{pkgs, ...}: { imports = [ ../../../../common/cpu/amd ../../../../common/gpu/amd ../../../../common/pc/laptop/ssd ]; - hardware.amdgpu.loadInInitrd = lib.mkDefault false; - services.udev.extraRules = builtins.concatStringsSep "\n" ( ["# Properly suspend the system."] ++ (