From 91d1c698cf6ee7612ae39d76a84e0fff1de2fe27 Mon Sep 17 00:00:00 2001 From: Luke Else Date: Fri, 21 Mar 2025 14:01:31 +0000 Subject: [PATCH] Still trying to get LUKS to work --- modules/common.nix | 2 +- modules/hyprland.nix | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/common.nix b/modules/common.nix index 65a2025..7bea49c 100644 --- a/modules/common.nix +++ b/modules/common.nix @@ -25,7 +25,7 @@ # File systems fileSystems."/" = { - device = "/dev/mapper/root"; # LUKS unlocked device + device = "/dev/sda1"; # LUKS unlocked device fsType = "ext4"; }; diff --git a/modules/hyprland.nix b/modules/hyprland.nix index cb0d9c4..49d80dd 100644 --- a/modules/hyprland.nix +++ b/modules/hyprland.nix @@ -22,5 +22,6 @@ spotify-player bitwarden freshfetch # Fetch utility + cryptsetup # LUKS support ]; }