Move early KMS start definition to machine-specific hardware configuration

This commit is contained in:
Charlotte Van Petegem 2020-02-17 21:50:13 +01:00
parent f2ffe6be9b
commit fdda096e64
2 changed files with 2 additions and 4 deletions

View file

@ -15,9 +15,6 @@
plugins = [ pkgs.ccid ];
};
# Early KMS start
boot.initrd.kernelModules = [ "i915" ];
sound.enable = true;
hardware.pulseaudio.enable = true;