From 06a94d7cba8e8190335664894c12623a7b49d81f Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Sun, 8 Sep 2024 17:19:13 +0200 Subject: [PATCH] home.nas: clean up nodefile --- nodes/home/nas.py | 33 --------------------------------- 1 file changed, 33 deletions(-) diff --git a/nodes/home/nas.py b/nodes/home/nas.py index 46f5aa6..02c6790 100644 --- a/nodes/home/nas.py +++ b/nodes/home/nas.py @@ -96,11 +96,6 @@ nodes['home.nas'] = { }, }, }, - 'jellyfin': { - 'restrict-to': { - 'home.lgtv-wohnzimmer', - }, - }, 'mixcloud-downloader': { 'netrc': { 'soundcloud': { @@ -178,10 +173,6 @@ nodes['home.nas'] = { 'smartd': { 'disks': { '/dev/nvme0', - - # ZFS cache disks - #'/dev/disk/by-id/ata-TS64GSSD370_B807810503', - #'/dev/disk/by-id/ata-TS64GSSD370_B807810527', }, }, 'systemd-networkd': { @@ -250,20 +241,6 @@ nodes['home.nas'] = { '/dev/disk/by-id/ata-WDC_WD6003FFBX-68MU3N0_V8J8ZKRR', }, }, -# { -# 'type': 'log', -# 'devices': { -# '/dev/disk/by-id/ata-TS64GSSD370_B807810503-part1', -# '/dev/disk/by-id/ata-TS64GSSD370_B807810527-part1', -# }, -# }, -# { -# 'type': 'cache', -# 'devices': { -# '/dev/disk/by-id/ata-TS64GSSD370_B807810503-part2', -# '/dev/disk/by-id/ata-TS64GSSD370_B807810527-part2', -# }, -# }, ], 'ashift': 12, }, @@ -279,10 +256,6 @@ nodes['home.nas'] = { 'storage/download': { 'mountpoint': '/storage/download', }, - 'storage/inbox': { - 'quota': str(1024*1024*1024*1024), # 1TB - 'mountpoint': '/storage/inbox', - }, 'storage/nas': { 'acltype': 'off', 'atime': 'off', @@ -312,12 +285,6 @@ nodes['home.nas'] = { 'weekly': 6, 'monthly': 24, }, - 'storage/scan': { - 'hourly': 6, - 'daily': 0, - 'weekly': 0, - 'monthly': 0, - }, }, }, },