From 20c47eb1b804b47893933a7d671a1789c0e68605 Mon Sep 17 00:00:00 2001
From: makefu <github@syntax-fehler.de>
Date: Thu, 26 Jul 2018 22:09:55 +0200
Subject: [PATCH] ma stats/client: disable tracefs

---
 2configs/stats/client.nix | 1 +
 1 file changed, 1 insertion(+)

diff --git a/2configs/stats/client.nix b/2configs/stats/client.nix
index dd6dddd..cfb5e3f 100644
--- a/2configs/stats/client.nix
+++ b/2configs/stats/client.nix
@@ -31,6 +31,7 @@
         FSType "tmpfs"
         FSType "binfmt_misc"
         FSType "debugfs"
+        FSType "tracefs"
         FSType "mqueue"
         FSType "hugetlbfs"
         FSType "systemd-1"