hardware/audio: switch to using module
This commit is contained in:
parent
b645cca259
commit
fb6e71dadc
4 changed files with 19 additions and 8 deletions
|
@ -9,7 +9,6 @@
|
|||
networking.wireless
|
||||
|
||||
(with hardware; [
|
||||
sound
|
||||
gpu.amdgpu
|
||||
laptop
|
||||
wireless
|
||||
|
@ -26,6 +25,12 @@
|
|||
|
||||
powerManagement.resumeCommands = "${pkgs.kmod}/bin/rmod atkbd; ${pkgs.kmod}/bin/modprobe atkbd reset=1";
|
||||
|
||||
modules = {
|
||||
hardware = {
|
||||
audio.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
networking.interfaces.wlan0.useDHCP = true;
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue