summaryrefslogtreecommitdiffstats
path: root/tv/1systems/querel/config.nix
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2017-12-13 20:04:35 +0100
committertv <tv@krebsco.de>2017-12-13 20:04:35 +0100
commitbd63530db16dd3f90af51750d25d07cca1526aaa (patch)
tree176dd407899a29126b96c6b58d80379480e74612 /tv/1systems/querel/config.nix
parent27dfb3c618003b54bd3525bf38cef7ac12a8be64 (diff)
tv querel: add exfat-nofuse
Diffstat (limited to 'tv/1systems/querel/config.nix')
-rw-r--r--tv/1systems/querel/config.nix3
1 files changed, 3 insertions, 0 deletions
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 <stockholm/lib>;
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" ];