11 lines
198 B
Nix
11 lines
198 B
Nix
{
|
|
fileSystems."/mnt/volume-hel1-2" = {
|
|
device = "/dev/disk/by-id/scsi-0HC_Volume_103422022";
|
|
fsType = "ext4";
|
|
options = [
|
|
"defaults"
|
|
"discard"
|
|
"nofail"
|
|
];
|
|
};
|
|
}
|