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