feat: standardize mount point paths to lowercase in zfs.yml
Some checks failed
Nix Format Check / check-format (push) Failing after 37s

This commit is contained in:
Menno van Leeuwen 2025-03-11 23:56:21 +01:00
parent e8163f1c59
commit 17d0c52fad
Signed by: vleeuwenmenno
SSH Key Fingerprint: SHA256:OJFmjANpakwD3F2Rsws4GLtbdz1TJ5tkQF0RZmF0TRE

View File

@ -16,8 +16,8 @@
owner: menno
group: users
with_items:
- /mnt/ISOs
- /mnt/VMs
- /mnt/isos
- /mnt/vms
- /mnt/ai
- /mnt/astrophotography
- /mnt/audiobooks
@ -39,8 +39,8 @@
fstype: zfs
state: mounted
with_items:
- { path: /mnt/ISOs, src: datapool/isos }
- { path: /mnt/VMs, src: datapool/vms }
- { path: /mnt/isos, src: datapool/isos }
- { path: /mnt/vms, src: datapool/vms }
- { path: /mnt/ai, src: datapool/ai }
- { path: /mnt/astrophotography, src: datapool/astro }
- { path: /mnt/audiobooks, src: datapool/audiobooks }