Rename where data is mounted
This commit is contained in:
parent
7fba05e4e0
commit
2f0e0b0939
3 changed files with 4 additions and 4 deletions
|
@ -8,9 +8,9 @@
|
|||
# swap
|
||||
swapDevices = [{ device = "/var/swapfile"; size = 2 * 1024; }];
|
||||
# volumes
|
||||
fileSystems."/mnt/minio" = {
|
||||
fileSystems.data = {
|
||||
device = "/dev/disk/by-id/scsi-0HC_Volume_31812942";
|
||||
fsType = "ext4";
|
||||
|
||||
mountPoint = "/mnt/data";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue