---
# disk_configs stores the information necessary to configure disks and partitions
# Example usage of disk_configs:
# disk_configs:
#   - label: Auxilary
#     path: /dev/nvme0n1
#     fstab: LABEL=Auxilary /mnt/auxilary auto nosuid,nodev,nofail,x-gvfs-show,x-gvfs-name=Auxilary 0 0
#   - label: Movies
#     path: /dev/sda
#     fstab: LABEL=Movies /mnt/movies auto nosuid,nodev,nofail,x-gvfs-show,x-gvfs-name=Movies 0 0
#   - label: TV
#     path: /dev/sdb
#     fstab: LABEL=TV /mnt/tv auto nosuid,nodev,nofail,x-gvfs-show,x-gvfs-name=TV%20Shows 0 0
disk_configs: []
