allow for truecrypt

This commit is contained in:
Cyryl Płotnicki 2020-02-16 10:15:11 +00:00
parent c8102cafbe
commit 7ada668651

View file

@ -1,10 +1,9 @@
{ config, pkgs, ... }: { config, pkgs, ... }:
{ {
fileSystems."/".options = [ "noatime" "nodiratime" "discard" ]; fileSystems."/".options = [ "noatime" "nodiratime" "discard" ];
security.lockKernelModules = false;
boot = { boot = {
kernelModules = [ "acpi_call" ];
extraModulePackages = with config.boot.kernelPackages; [ acpi_call ];
kernel.sysctl = { kernel.sysctl = {
"vm.swappiness" = 1; "vm.swappiness" = 1;
"max_user_watches" = 524288; "max_user_watches" = 524288;