From 145e4f33be96d176f785401a4cde5800fc53f349 Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Wed, 21 Jun 2023 04:04:34 -0400 Subject: [PATCH] Depend podgrab --- machines/perception/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/machines/perception/configuration.nix b/machines/perception/configuration.nix index e12cbae..3025529 100644 --- a/machines/perception/configuration.nix +++ b/machines/perception/configuration.nix @@ -257,5 +257,6 @@ "podman-jellyfin" = { after = [ "mnt-music.mount" "mnt-plex.mount" ]; }; "podman-sabnzbd" = { after = [ "mnt-scratch.mount" ]; }; "podman-lidarr" = { after = [ "mnt-music.mount" ]; }; + "podman-podgrab" = { after = [ "mnt-podcasts.mount" ]; }; }; }