From 526bc6a4d59d87b5fd90984f0aee607620036962 Mon Sep 17 00:00:00 2001 From: Paul Schyska Date: Sun, 16 May 2021 21:43:20 +0200 Subject: [PATCH] nixos/atop: Add a note about netatop tainting the kernel --- nixos/modules/programs/atop.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/modules/programs/atop.nix b/nixos/modules/programs/atop.nix index 3e69e882eaec..2010254a35d5 100644 --- a/nixos/modules/programs/atop.nix +++ b/nixos/modules/programs/atop.nix @@ -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 {