Skip to content

Commit

Permalink
feat(tuxedo/pulse/15/gen2): use default 'hardware.amdgpu.loadInInitrd'
Browse files Browse the repository at this point in the history
  • Loading branch information
trueNAHO committed Oct 16, 2023
1 parent dde7ef8 commit b30a60c
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions tuxedo/pulse/15/gen2/default.nix
Original file line number Diff line number Diff line change
@@ -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."]
++ (
Expand Down

0 comments on commit b30a60c

Please sign in to comment.