Use default kernel
This commit is contained in:
parent
8e72a1c421
commit
499ab6bff0
@ -22,13 +22,6 @@ in {
|
|||||||
|
|
||||||
time.timeZone = "UTC";
|
time.timeZone = "UTC";
|
||||||
|
|
||||||
boot.kernelPackages = nixos-small.linuxPackages_latest;
|
|
||||||
boot.extraModulePackages = [
|
|
||||||
config.boot.kernelPackages.v4l2loopback
|
|
||||||
];
|
|
||||||
boot.kernelModules = [ "v4l2loopback" ];
|
|
||||||
boot.blacklistedKernelModules = [ "nouveau" ];
|
|
||||||
|
|
||||||
services.logind.extraConfig = ''
|
services.logind.extraConfig = ''
|
||||||
LidSwitchIgnoreInhibited=no
|
LidSwitchIgnoreInhibited=no
|
||||||
'';
|
'';
|
||||||
|
Loading…
Reference in New Issue
Block a user