move boot.kernelModule definitions into the module.nix, so that basically every NixOS user can use this module
This commit is contained in:
@@ -12,5 +12,8 @@ in {
|
||||
};
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
};
|
||||
environment.systemPackages = [ yt_block ];
|
||||
environment.systemPackages = [ yt_block ];
|
||||
|
||||
boot.extraModulePackages = [ (pkgs.callPackage ./unkillable-process-kernel-module.nix {}) ];
|
||||
boot.kernelModules = [ "unkillable" ];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user