mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-14 19:14:10 -05:00
tmpfiles
This commit is contained in:
parent
9e3f5ac710
commit
8edee1ee7c
1 changed files with 7 additions and 0 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue