forked from mirrors/nixpkgs
nixos/atop: Add a note about netatop tainting the kernel
This commit is contained in:
parent
fb90a9c552
commit
526bc6a4d5
|
@ -30,6 +30,7 @@ in
|
|||
default = false;
|
||||
description = ''
|
||||
Whether to install and enable the netatop kernel module.
|
||||
Note: this sets the kernel taint flag "O" for loading out-of-tree modules.
|
||||
'';
|
||||
};
|
||||
package = mkOption {
|
||||
|
|
Loading…
Reference in a new issue