Rename where data is mounted

This commit is contained in:
Natsu Kagami 2023-05-19 01:02:22 +02:00
parent 7fba05e4e0
commit 2f0e0b0939
Signed by: nki
GPG key ID: 7306B3D3C3AD6E51
3 changed files with 4 additions and 4 deletions

View file

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