move boot.kernelModule definitions into the module.nix, so that basically every NixOS user can use this module
This commit is contained in:
@@ -99,9 +99,6 @@
|
||||
];
|
||||
*/
|
||||
|
||||
boot.extraModulePackages = [ self.packages.${system}.random.unkillableKernelModule ];
|
||||
boot.kernelModules = [ "unkillable" ];
|
||||
|
||||
|
||||
hardware.bluetooth.settings = {
|
||||
General = {
|
||||
|
||||
Reference in New Issue
Block a user