summaryrefslogtreecommitdiffstats
path: root/makefu/2configs/tools
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2018-02-14 01:34:17 +0100
committermakefu <github@syntax-fehler.de>2018-02-14 01:34:17 +0100
commited60f4e68c5d0422dcf702d35a3be9d9ef2503bf (patch)
tree2f931f78b3308576cd27767e0fe4f27066a4723c /makefu/2configs/tools
parentf2eedeff52caa97245db1e47d2e2413d1c991d09 (diff)
ma tools/mobility: re-introduce working exfat-nofuse
Diffstat (limited to 'makefu/2configs/tools')
-rw-r--r--makefu/2configs/tools/mobility.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefu/2configs/tools/mobility.nix b/makefu/2configs/tools/mobility.nix
index f2676f11..1993a521 100644
--- a/makefu/2configs/tools/mobility.nix
+++ b/makefu/2configs/tools/mobility.nix
@@ -5,5 +5,5 @@
mosh
];
- # boot.extraModulePackages = [ config.boot.kernelPackages.exfat-nofuse ];
+ boot.extraModulePackages = [ config.boot.kernelPackages.exfat-nofuse ];
}