home.nas: nas dataset goes ssd
This commit is contained in:
parent
7b6d811128
commit
54f669313a
1 changed files with 2 additions and 2 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue