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;