Skip to content

Commit

Permalink
Merge pull request #240 from barrucadu/rm-images
Browse files Browse the repository at this point in the history
Remove `images` share
  • Loading branch information
barrucadu authored Oct 29, 2023
2 parents cc34f8d + d122d35 commit 4a46f46
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion hosts/azathoth/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ in
fileSystems."/home/barrucadu/nfs/music" = nfsShare "music";
fileSystems."/home/barrucadu/nfs/movies" = nfsShare "movies";
fileSystems."/home/barrucadu/nfs/tv" = nfsShare "tv";
fileSystems."/home/barrucadu/nfs/images" = nfsShare "images";
fileSystems."/home/barrucadu/nfs/torrents" = nfsShare "torrents";

# Enable Xorg, to auto-login to herbstluftwm, with C-M-Bksp enabled.
Expand Down
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 4a46f46

Please sign in to comment.