Compare commits

...

4 commits

3 changed files with 3 additions and 13 deletions

View file

@ -66,8 +66,8 @@ in {
mode = "0775"; mode = "0775";
content = '' content = ''
UN_SONARR_0_API_KEY="${config.sops.placeholder."unpackerr/sonarr_api_key"}" UN_SONARR_0_API_KEY="${config.sops.placeholder."unpackerr/sonarr_api_key"}"
UN_RADARR_0_API_KEY="${config.sops.placeholder."unpackerr/lidarr_api_key"}" UN_LIDARR_0_API_KEY="${config.sops.placeholder."unpackerr/lidarr_api_key"}"
UN_LIDARR_0_API_KEY="${config.sops.placeholder."unpackerr/radarr_api_key"}" UN_RADARR_0_API_KEY="${config.sops.placeholder."unpackerr/radarr_api_key"}"
''; '';
}; };
} }

View file

@ -96,7 +96,6 @@ in {
from: /storage/dataset/docker/dns from: /storage/dataset/docker/dns
to: to:
- zfs - zfs
- ssd
- eustachius - eustachius
forget: prune forget: prune
cron: '0 4 * * 0' # Every Sunday at 4:00 cron: '0 4 * * 0' # Every Sunday at 4:00
@ -123,7 +122,6 @@ in {
from: /storage/dataset/docker/git from: /storage/dataset/docker/git
to: to:
- zfs - zfs
- ssd
- eustachius - eustachius
cron: '0 4 * * *' # Every Day at 4:00 cron: '0 4 * * *' # Every Day at 4:00
hooks: hooks:
@ -136,7 +134,6 @@ in {
from: /storage/dataset/docker/media from: /storage/dataset/docker/media
to: to:
- zfs - zfs
- ssd
- eustachius - eustachius
cron: '0 4 * * *' # Every Day at 4:00 cron: '0 4 * * *' # Every Day at 4:00
hooks: hooks:
@ -149,7 +146,6 @@ in {
from: /storage/dataset/docker/nextcloud from: /storage/dataset/docker/nextcloud
to: to:
- zfs - zfs
- ssd
- eustachius - eustachius
cron: '0 4 * * *' # Every Day at 4:00 cron: '0 4 * * *' # Every Day at 4:00
hooks: hooks:
@ -224,7 +220,6 @@ in {
from: /storage/dataset/docker/auth from: /storage/dataset/docker/auth
to: to:
- zfs - zfs
- ssd
- eustachius - eustachius
forget: prune forget: prune
cron: '55 3 * * *' # Every Day at 3:55 cron: '55 3 * * *' # Every Day at 3:55
@ -238,7 +233,6 @@ in {
from: /storage/dataset/docker/infrastructure from: /storage/dataset/docker/infrastructure
to: to:
- zfs - zfs
- ssd
- eustachius - eustachius
forget: prune forget: prune
cron: '55 3 * * *' # Every Day at 3:55 cron: '55 3 * * *' # Every Day at 3:55
@ -252,7 +246,6 @@ in {
from: /storage/dataset/docker/wiki from: /storage/dataset/docker/wiki
to: to:
- zfs - zfs
- ssd
- eustachius - eustachius
forget: prune forget: prune
cron: '55 3 * * *' # Every Day at 3:55 cron: '55 3 * * *' # Every Day at 3:55
@ -266,7 +259,6 @@ in {
from: /storage/dataset/docker/stats from: /storage/dataset/docker/stats
to: to:
- zfs - zfs
- ssd
- eustachius - eustachius
forget: prune forget: prune
cron: '55 3 * * *' # Every Day at 3:55 cron: '55 3 * * *' # Every Day at 3:55
@ -280,7 +272,6 @@ in {
from: /storage/dataset/docker/stats from: /storage/dataset/docker/stats
to: to:
- zfs - zfs
- ssd
- eustachius - eustachius
cron: '55 3 * * *' # Every Day at 3:55 cron: '55 3 * * *' # Every Day at 3:55
options: options:
@ -297,7 +288,6 @@ in {
from: /storage/dataset/nas from: /storage/dataset/nas
to: to:
- zfs - zfs
- ssd
- eustachius - eustachius
cron: '55 3 * * *' # Every Day at 3:55 cron: '55 3 * * *' # Every Day at 3:55
hooks: hooks:

View file

@ -28,7 +28,7 @@
path = "/storage/dataset/data/torrents/misc"; path = "/storage/dataset/data/torrents/misc";
browseable = "yes"; browseable = "yes";
"read only" = "yes"; "read only" = "yes";
"guest ok" = "no"; "guest ok" = "yes";
"create mask" = "0644"; "create mask" = "0644";
"directory mask" = "0755"; "directory mask" = "0755";
"force user" = "ghoscht"; "force user" = "ghoscht";