Trying to get LUKS to work

This commit is contained in:
Luke Else 2025-03-21 13:46:45 +00:00
parent 8c6cfa275a
commit 0bd101e1a2

View File

@ -23,10 +23,6 @@
kernelParams = [ "root=/dev/mapper/root" "cryptdevice=/dev/sda1:root" ]; # Required for LUKS support
};
environment.systemPackages = with pkgs; [
cryptsetup
];
# File systems
fileSystems."/" = {
device = "/dev/mapper/root"; # LUKS unlocked device