diff --git a/hosts/azathoth/configuration.nix b/hosts/azathoth/configuration.nix index 82e315a6..51fdf903 100644 --- a/hosts/azathoth/configuration.nix +++ b/hosts/azathoth/configuration.nix @@ -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. diff --git a/hosts/nyarlathotep/configuration.nix b/hosts/nyarlathotep/configuration.nix index 04fde39e..9456b69e 100644 --- a/hosts/nyarlathotep/configuration.nix +++ b/hosts/nyarlathotep/configuration.nix @@ -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; diff --git a/hosts/nyarlathotep/jobs/backup-share.py b/hosts/nyarlathotep/jobs/backup-share.py index c9bc0567..3e002dcc 100644 --- a/hosts/nyarlathotep/jobs/backup-share.py +++ b/hosts/nyarlathotep/jobs/backup-share.py @@ -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 = []