hardware/audio: switch to using module
This commit is contained in:
parent
b645cca259
commit
fb6e71dadc
4 changed files with 19 additions and 8 deletions
|
@ -8,7 +8,6 @@
|
|||
networking.wireless
|
||||
|
||||
(with hardware; [
|
||||
sound
|
||||
laptop
|
||||
gpu.intel
|
||||
wireless
|
||||
|
@ -46,6 +45,12 @@
|
|||
];
|
||||
};
|
||||
|
||||
modules = {
|
||||
hardware = {
|
||||
audio.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
networking.interfaces.wlp170s0.useDHCP = true;
|
||||
|
||||
hardware.video.hidpi.enable = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue