From 83805a80784f4f73b436bfc052b30f2e81f1da53 Mon Sep 17 00:00:00 2001 From: Yorick van Pelt Date: Fri, 16 Jun 2017 17:11:40 +0200 Subject: [PATCH] only get df stats for real drives --- roles/collectd.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/roles/collectd.nix b/roles/collectd.nix index 7a05e03..c9589c6 100644 --- a/roles/collectd.nix +++ b/roles/collectd.nix @@ -33,6 +33,12 @@ in Password "${secrets.influx_pass.${config.networking.hostName}}" + + FSType "btrfs" + FSType "ext3" + FSType "ext4" + FSType "vfat" + ''; }; boot.kernel.sysctl."net.core.rmem_max" = 26214400;