feat(nfs): Add auto mounted nfs filesystem

This commit is contained in:
Marty Oehme 2025-10-20 11:40:31 +02:00
parent 9c510251ca
commit 5e64e89647
Signed by: Marty
GPG key ID: 4E535BC19C61886E
7 changed files with 74 additions and 1 deletions

View file

@ -0,0 +1,12 @@
---
nfs_mount_dir: /mnt/nfs
# TODO: Remove hard-coding to IP for vpn access
nfs_mounts:
- name: media
src: "192.168.0.151:/srv/media"
- name: files
src: "192.168.0.151:/srv/files"
- name: videos
src: "192.168.0.151:/mnt/ext/data/videos"