From 0bd101e1a2a023fea97468aa5addb05de4f12b42 Mon Sep 17 00:00:00 2001 From: Luke Else Date: Fri, 21 Mar 2025 13:46:45 +0000 Subject: [PATCH] Trying to get LUKS to work --- modules/common.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/modules/common.nix b/modules/common.nix index cf50612..4b9bec1 100644 --- a/modules/common.nix +++ b/modules/common.nix @@ -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