Still trying to get LUKS to work
This commit is contained in:
parent
a8147c6f05
commit
91d1c698cf
@ -25,7 +25,7 @@
|
|||||||
|
|
||||||
# File systems
|
# File systems
|
||||||
fileSystems."/" = {
|
fileSystems."/" = {
|
||||||
device = "/dev/mapper/root"; # LUKS unlocked device
|
device = "/dev/sda1"; # LUKS unlocked device
|
||||||
fsType = "ext4";
|
fsType = "ext4";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -22,5 +22,6 @@
|
|||||||
spotify-player
|
spotify-player
|
||||||
bitwarden
|
bitwarden
|
||||||
freshfetch # Fetch utility
|
freshfetch # Fetch utility
|
||||||
|
cryptsetup # LUKS support
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user