Add SSD mount for weebill

This commit is contained in:
Fern Garden 2025-07-13 23:14:27 +08:00
parent 3d02883303
commit e29ecc3315

View file

@ -18,6 +18,11 @@
fsType = "ext4"; fsType = "ext4";
options = ["noatime"]; options = ["noatime"];
}; };
"/srv/iMac" = {
device = "/dev/disk/by-uuid/48843b25-4d8c-4638-a5f8-fb3901e1165e";
fsType = "ext4";
};
}; };
# Enable WebOne HTTP proxy. # Enable WebOne HTTP proxy.