7 lines
181 B
Nix
7 lines
181 B
Nix
{
|
|
fileSystems."/mnt/500G-disk" = {
|
|
device = "/dev/disk/by-uuid/1a899f03-4c6a-460a-9635-c4b208b29fba";
|
|
fsType = "ext4";
|
|
options = ["nofail" "user" "rw" "exec"];
|
|
};
|
|
}
|