From 3f977e66cce95993ee6adac6f9e7a342e4bab37a Mon Sep 17 00:00:00 2001 From: Alison Jenkins <1176328+alisonjenkins@users.noreply.github.com> Date: Fri, 18 Oct 2024 22:07:44 +0100 Subject: [PATCH] Comment steam-deck luks for now Until I reinstall once https://github.com/Jovian-Experiments/Jovian-NixOS/pull/382 is merged. --- hosts/ali-steam-deck/hardware-configuration.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/hosts/ali-steam-deck/hardware-configuration.nix b/hosts/ali-steam-deck/hardware-configuration.nix index e0045ed2..3b52038b 100644 --- a/hosts/ali-steam-deck/hardware-configuration.nix +++ b/hosts/ali-steam-deck/hardware-configuration.nix @@ -16,11 +16,11 @@ initrd = { availableKernelModules = ["xhci_pci" "nvme" "ahci" "uas" "usbhid" "usb_storage" "sd_mod" "sr_mod" "virtio_blk" "ehci_pci" "cryptd" "virtio_pci"]; kernelModules = ["dm-snapshot"]; - luks.devices.luksroot = { - device = "/dev/disk/by-partlabel/vg"; - preLVM = true; - allowDiscards = true; - }; + # luks.devices.luksroot = { + # device = "/dev/disk/by-partlabel/vg"; + # preLVM = true; + # allowDiscards = true; + # }; }; };