This commit is contained in:
TheWanderingCrow 2025-07-07 10:36:02 -04:00
parent 9e3f5ac710
commit 8edee1ee7c

View file

@ -12,6 +12,13 @@ in {
};
# Tube Archivist
systemd.tmpfiles.rules = [
"d ${volumePath}/tubearchivist"
"d ${volumePath}/tubearchivist/redis"
"d ${volumePath}/tubearchivist/es"
"d ${volumePath}/tubearchivist/ta/youtube"
"d ${volumePath}/tubearchivist/ta/cache"
];
virtualisation.oci-containers.containers = {
tubearchivist = {
image = "bbilly1/tubearchivist";