From fa4e24053669394894d9052ed7a3ca934328f6e6 Mon Sep 17 00:00:00 2001 From: Sean Gillespie Date: Fri, 3 Jan 2020 21:20:28 -0500 Subject: [PATCH] Update README (fixes issue #3) Update NixOS configuration (overriding `cryptoModules` is unnecessary and breaking, apparently) --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index f5dc2c2..58d410c 100644 --- a/README.md +++ b/README.md @@ -125,9 +125,6 @@ Open up your hardware configuration at `/etc/nixos/hardware-configuration.nix` a kernelModules = ["vfat" "nls_cp437" "nls_iso8859-1" "usbhid"]; luks = { - # Update if necessary - cryptoModules = ["aes" "xts" "sha512"]; - # Support for Yubikey PBA yubikeySupport = true;