feat: standardize mount point paths to lowercase in zfs.yml
Some checks failed
Nix Format Check / check-format (push) Failing after 37s
Some checks failed
Nix Format Check / check-format (push) Failing after 37s
This commit is contained in:
parent
e8163f1c59
commit
17d0c52fad
@ -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 }
|
||||
|
Loading…
x
Reference in New Issue
Block a user