diff --git a/nixos/modules/monitoring/exporters/node.nix b/nixos/modules/monitoring/exporters/node.nix
index 27129a266c3820a0e89c33c0e2bd10ed77277cc0..8f183c112cd8246c835c6934aa073309d76a3609 100644
--- a/nixos/modules/monitoring/exporters/node.nix
+++ b/nixos/modules/monitoring/exporters/node.nix
@@ -40,16 +40,16 @@ in {
       "netclass"
       "netdev"
       "netstat"
-      #"rapl" # not in nixpkgs 19.09
+      "rapl"
       "sockstat"
-      #"softnet" # not in nixpkgs 19.09
+      "softnet"
       "stat"
       "systemd"
       "textfile"
       "textfile.directory ${cfg.textfiles-directory}"
-      #"thermal_zone" # not in nixpkgs 19.09
+      "thermal_zone"
       "time"
-      #"udp_queues" # not in nixpkgs 19.09
+      "udp_queues"
       "uname"
       "vmstat"
     ] ++ optionals (!config.boot.isContainer) [