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