chore: better mount hdd on gunpowder

Signed-off-by: jolheiser <git@jolheiser.com>
main
jolheiser 2024-08-26 21:37:38 -05:00
parent a36e0363bf
commit 754c59db6d
No known key found for this signature in database
1 changed files with 5 additions and 0 deletions

View File

@ -31,6 +31,11 @@
fileSystems."/mnt/hdd" = {
device = "/dev/disk/by-uuid/eb8ad2da-12cf-454b-aa20-e497c4550b7c";
fsType = "ext4";
options = [
"users"
"nofail"
"gid=users"
];
};
boot.initrd.luks.devices."luks-1f9bde68-9c4c-423c-a95f-17aa170dd2b4".device = "/dev/disk/by-uuid/1f9bde68-9c4c-423c-a95f-17aa170dd2b4";