diff --git a/nodes/kunsi-p14s.py b/nodes/kunsi-p14s.py index 6346334..b964412 100644 --- a/nodes/kunsi-p14s.py +++ b/nodes/kunsi-p14s.py @@ -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',