nixos/atop: Add a note about netatop tainting the kernel

This commit is contained in:
Paul Schyska
2021-05-16 21:43:20 +02:00
parent fb90a9c552
commit 526bc6a4d5

View File

@@ -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 {