Skip to content

Commit

Permalink
Comment steam-deck luks for now
Browse files Browse the repository at this point in the history
Until I reinstall once
Jovian-Experiments/Jovian-NixOS#382 is merged.
  • Loading branch information
alisonjenkins committed Oct 18, 2024
1 parent 5793932 commit 3f977e6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions hosts/ali-steam-deck/hardware-configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
# };
};
};

Expand Down

0 comments on commit 3f977e6

Please sign in to comment.