feat(tuxedo/pulse/15/gen2): use default 'hardware.amdgpu.loadInInitrd'
This commit is contained in:
parent
cdf849625b
commit
80d98a7d55
|
@ -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."]
|
||||
++ (
|
||||
|
|
Loading…
Reference in a new issue