only get df stats for real drives

auto-flake-update
Yorick van Pelt 2017-06-16 17:11:40 +02:00
parent 7a7acb67f1
commit 83805a8078
1 changed files with 6 additions and 0 deletions

View File

@ -33,6 +33,12 @@ in
Password "${secrets.influx_pass.${config.networking.hostName}}"
</Server>
</Plugin>
<Plugin "df">
FSType "btrfs"
FSType "ext3"
FSType "ext4"
FSType "vfat"
</Plugin>
'';
};
boot.kernel.sysctl."net.core.rmem_max" = 26214400;