From b6956dd32fbe4bd6a83336a66c3ff73ec47c7b9c Mon Sep 17 00:00:00 2001 From: Fuwn Date: Wed, 11 Sep 2024 00:52:32 -0700 Subject: Bump: i2p --- modules/software/encryption.nix | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 modules/software/encryption.nix (limited to 'modules/software/encryption.nix') diff --git a/modules/software/encryption.nix b/modules/software/encryption.nix new file mode 100644 index 0000000..53a24bb --- /dev/null +++ b/modules/software/encryption.nix @@ -0,0 +1,16 @@ +{ + boot = { + initrd.availableKernelModules = [ + # "aesni_intel" + # "cryptd" + "usb_storage" + ]; + + # + kernelParams = [ + "luks.options=timeout=0" + "rd.luks.options=timeout=0" + "rootflags=x-systemd.device-timeout=0" + ]; + }; +} -- cgit v1.2.3