7 lines
181 B
Nix
7 lines
181 B
Nix
{
|
|
fileSystems."/mnt/removable" = {
|
|
device = "/dev/disk/by-uuid/79a440dd-15c2-4698-a0b4-2064bae0f0c6";
|
|
fsType = "ext4";
|
|
options = ["nofail" "user" "rw" "exec"];
|
|
};
|
|
}
|