diff options
author | lassulus <lassulus@lassul.us> | 2020-12-30 13:00:28 +0100 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2020-12-30 13:00:28 +0100 |
commit | 50a3903825c8932b87b3fb6be77245688be76534 (patch) | |
tree | 7cafca39fc1d805259afc5f52dbad51f21e81932 /tv/1systems/mu/config.nix | |
parent | 053044834c1af30a90ced1338ae4342a445a2946 (diff) | |
parent | 9c2529b2910bdb3b73bcd69ed958d82e01bf7943 (diff) |
Merge remote-tracking branch 'ni/master'
Diffstat (limited to 'tv/1systems/mu/config.nix')
-rw-r--r-- | tv/1systems/mu/config.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tv/1systems/mu/config.nix b/tv/1systems/mu/config.nix index b6a25a2b8..d5169281d 100644 --- a/tv/1systems/mu/config.nix +++ b/tv/1systems/mu/config.nix @@ -15,7 +15,6 @@ with import <stockholm/lib>; tv.x0vncserver.enable = true; boot.initrd.luks.devices.muca.device = "/dev/sda2"; - boot.initrd.luks.cryptoModules = [ "aes" "sha512" "xts" ]; boot.initrd.availableKernelModules = [ "ahci" ]; boot.kernelModules = [ "fbcon" "kvm-intel" ]; boot.extraModulePackages = [ ]; |