kunsi-p14s: add nfs-client

This commit is contained in:
Franzi 2022-02-13 09:54:06 +01:00
parent e45237d70e
commit 24951f3070
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -5,7 +5,7 @@ nodes['kunsi-p14s'] = {
'backup-client',
'lldp',
'lm-sensors',
#'nfs-client',
'nfs-client',
'systemd-boot',
'telegraf-battery-usage',
'zfs',
@ -66,26 +66,26 @@ nodes['kunsi-p14s'] = {
},
# there is also wlp3s0, but that's managed by netctl
},
#'nfs-client': {
# 'mounts': {
# 'nas-scansnap': {
# 'mountpoint': '/mnt/scansnap',
# 'serverpath': '172.19.138.20:/srv/scansnap',
# 'mount_options': {
# 'retry=0',
# 'rw',
# },
# },
# 'nas-storage': {
# 'mountpoint': '/mnt/nas',
# 'serverpath': '172.19.138.20:/storage/nas',
# 'mount_options': {
# 'retry=0',
# 'ro',
# },
# },
# },
#},
'nfs-client': {
'mounts': {
'nas-scansnap': {
'mountpoint': '/mnt/scansnap',
'serverpath': '172.19.138.20:/srv/scansnap',
'mount_options': {
'retry=0',
'rw',
},
},
'nas-storage': {
'mountpoint': '/mnt/nas',
'serverpath': '172.19.138.20:/storage/nas',
'mount_options': {
'retry=0',
'ro',
},
},
},
},
'openssh': {
'restrict-to': {
'rfc1918',