allow for truecrypt
This commit is contained in:
parent
c8102cafbe
commit
7ada668651
1 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue