diff --git a/nodes/home/nas.py b/nodes/home/nas.py index bf404e4..1122e43 100644 --- a/nodes/home/nas.py +++ b/nodes/home/nas.py @@ -300,7 +300,7 @@ nodes['home.nas'] = { 'acltype': 'off', 'atime': 'off', 'compression': 'off', - 'mountpoint': '/media/nas', + 'mountpoint': '/storage/nas', }, 'encrypted/paperless': { 'mountpoint': '/media/paperless', @@ -318,7 +318,7 @@ nodes['home.nas'] = { 'acltype': 'off', 'atime': 'off', 'compression': 'off', - 'mountpoint': '/storage/nas', + 'mountpoint': '/media/nas_old', }, 'storage/paperless': { 'mountpoint': '/srv/paperless',