mirror of https://git.jolheiser.com/dotnix.git
chore: better mount hdd on gunpowder
Signed-off-by: jolheiser <git@jolheiser.com>homepage
parent
a36e0363bf
commit
754c59db6d
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue