summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlassulus <lassulus@lassul.us>2022-11-22 00:17:40 +0100
committerlassulus <lassulus@lassul.us>2022-11-22 00:17:40 +0100
commitc3953b399586111a450b2ce6f5c2e397423082d0 (patch)
tree01f3864a4758df5472d8520f1565f148bc47da97
parent629b4450c265c3d4caaf5d147c7f89dafe69df47 (diff)
l shodan.r: remove broken cryptoModules config
-rw-r--r--lass/1systems/shodan/physical.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/lass/1systems/shodan/physical.nix b/lass/1systems/shodan/physical.nix
index 55e91b0e..bc7e29db 100644
--- a/lass/1systems/shodan/physical.nix
+++ b/lass/1systems/shodan/physical.nix
@@ -11,7 +11,6 @@
loader.grub.device = "/dev/sda";
initrd.luks.devices.lusksroot.device = "/dev/sda2";
- initrd.luks.cryptoModules = [ "aes" "sha512" "sha1" "xts" ];
initrd.availableKernelModules = [ "xhci_hcd" "ehci_pci" "ahci" "usb_storage" ];
};
fileSystems = {