Add SSD mount for weebill
This commit is contained in:
parent
3d02883303
commit
e29ecc3315
1 changed files with 5 additions and 0 deletions
|
@ -18,6 +18,11 @@
|
|||
fsType = "ext4";
|
||||
options = ["noatime"];
|
||||
};
|
||||
|
||||
"/srv/iMac" = {
|
||||
device = "/dev/disk/by-uuid/48843b25-4d8c-4638-a5f8-fb3901e1165e";
|
||||
fsType = "ext4";
|
||||
};
|
||||
};
|
||||
|
||||
# Enable WebOne HTTP proxy.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue