summaryrefslogtreecommitdiffstats
path: root/makefu/2configs/hw/exfat-nofuse.nix
diff options
context:
space:
mode:
Diffstat (limited to 'makefu/2configs/hw/exfat-nofuse.nix')
-rw-r--r--makefu/2configs/hw/exfat-nofuse.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/makefu/2configs/hw/exfat-nofuse.nix b/makefu/2configs/hw/exfat-nofuse.nix
deleted file mode 100644
index ca3485e9f..000000000
--- a/makefu/2configs/hw/exfat-nofuse.nix
+++ /dev/null
@@ -1,4 +0,0 @@
-{ config, ... }:
-{
- boot.extraModulePackages = [ config.boot.kernelPackages.exfat-nofuse ];
-}