diff options
author | tv <tv@krebsco.de> | 2018-09-09 10:57:44 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2018-09-09 11:05:44 +0200 |
commit | 032c6d6a9ddac8c01858531db20416f431807c83 (patch) | |
tree | d4ff6fcc22ebd115a9944b5b3c7d30530d0bf4e5 /tv | |
parent | e9dc8a9c8a5a594a17b0e66b4d19b2cc28dcd845 (diff) |
tv querel: kill exfat-nofuse as it doesn't build
Diffstat (limited to 'tv')
-rw-r--r-- | tv/1systems/querel/config.nix | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tv/1systems/querel/config.nix b/tv/1systems/querel/config.nix index 07ec8e4..5f981c6 100644 --- a/tv/1systems/querel/config.nix +++ b/tv/1systems/querel/config.nix @@ -11,9 +11,6 @@ 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" ]; |