Still trying to get LUKS to work

This commit is contained in:
Luke Else 2025-03-21 14:01:31 +00:00
parent a8147c6f05
commit 91d1c698cf
2 changed files with 2 additions and 1 deletions

View File

@ -25,7 +25,7 @@
# File systems
fileSystems."/" = {
device = "/dev/mapper/root"; # LUKS unlocked device
device = "/dev/sda1"; # LUKS unlocked device
fsType = "ext4";
};

View File

@ -22,5 +22,6 @@
spotify-player
bitwarden
freshfetch # Fetch utility
cryptsetup # LUKS support
];
}