Nixconfigs/modules/servermodules/arr/arr.nix
2025-10-31 18:57:47 +01:00

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"
];
};
}