mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-07 02:18:47 +08:00
feat(tuxedo/pulse/15/gen2): use default 'hardware.amdgpu.loadInInitrd'
This commit is contained in:
@@ -1,16 +1,10 @@
|
|||||||
{
|
{pkgs, ...}: {
|
||||||
lib,
|
|
||||||
pkgs,
|
|
||||||
...
|
|
||||||
}: {
|
|
||||||
imports = [
|
imports = [
|
||||||
../../../../common/cpu/amd
|
../../../../common/cpu/amd
|
||||||
../../../../common/gpu/amd
|
../../../../common/gpu/amd
|
||||||
../../../../common/pc/laptop/ssd
|
../../../../common/pc/laptop/ssd
|
||||||
];
|
];
|
||||||
|
|
||||||
hardware.amdgpu.loadInInitrd = lib.mkDefault false;
|
|
||||||
|
|
||||||
services.udev.extraRules = builtins.concatStringsSep "\n" (
|
services.udev.extraRules = builtins.concatStringsSep "\n" (
|
||||||
["# Properly suspend the system."]
|
["# Properly suspend the system."]
|
||||||
++ (
|
++ (
|
||||||
|
|||||||
Reference in New Issue
Block a user