Update README (fixes issue #3)

Update NixOS configuration (overriding `cryptoModules` is unnecessary and breaking, apparently)
This commit is contained in:
Sean Gillespie 2020-01-03 21:20:28 -05:00 committed by GitHub
parent 7d4bcc21eb
commit fa4e240536
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;