Skip to content

Commit

Permalink
[nyarlathotep] Remove images share
Browse files Browse the repository at this point in the history
I never use this, and have deleted the files.
  • Loading branch information
barrucadu committed Oct 29, 2023
1 parent 66253e0 commit d122d35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hosts/nyarlathotep/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# Bring names from 'lib' into scope.
with lib;
let
shares = [ "anime" "manga" "misc" "music" "movies" "tv" "images" "torrents" ];
shares = [ "anime" "manga" "misc" "music" "movies" "tv" "torrents" ];

promscalePort = 9201;
prometheusAwairExporterPort = 9517;
Expand Down
2 changes: 1 addition & 1 deletion hosts/nyarlathotep/jobs/backup-share.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

# Directories to mkdir, and then skip all children. Do not end with a
# trailing "/".
SKIP_DIRS = ["/mnt/nas/images", "/mnt/nas/misc", "/mnt/nas/music"]
SKIP_DIRS = ["/mnt/nas/misc", "/mnt/nas/music"]

# Files to skip.
SKIP_FILES = []
Expand Down

0 comments on commit d122d35

Please sign in to comment.