From bd63530db16dd3f90af51750d25d07cca1526aaa Mon Sep 17 00:00:00 2001 From: tv Date: Wed, 13 Dec 2017 20:04:35 +0100 Subject: tv querel: add exfat-nofuse --- tv/1systems/querel/config.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tv/1systems/querel/config.nix') diff --git a/tv/1systems/querel/config.nix b/tv/1systems/querel/config.nix index b564383d..05b4d913 100644 --- a/tv/1systems/querel/config.nix +++ b/tv/1systems/querel/config.nix @@ -11,6 +11,9 @@ with import ; krebs.build.host = config.krebs.hosts.querel; krebs.build.user = mkForce config.krebs.users.itak; + boot.extraModulePackages = [ + config.boot.kernelPackages.exfat-nofuse + ]; boot.initrd.availableKernelModules = [ "ahci" ]; boot.initrd.luks = { cryptoModules = [ "aes" "sha512" "xts" ]; -- cgit v1.2.3