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 ]; }