M-Active: versioning

This commit is contained in:
Motiejus Jakštys 2024-01-25 09:05:46 +02:00
parent ee1defe4db
commit cfee124f99
1 changed files with 8 additions and 1 deletions

View File

@ -32,6 +32,13 @@
devices = ["mxp10" "fwminex" "vno1-oh2" "mtwork"]; devices = ["mxp10" "fwminex" "vno1-oh2" "mtwork"];
id = "f6fma-unkxq"; id = "f6fma-unkxq";
label = "M-Active"; label = "M-Active";
versioning = {
type = "staggered";
params = {
cleanInterval = "3600";
maxAge = builtins.toString (3600 * 24 * 30);
};
};
}; };
M-Documents = { M-Documents = {
devices = ["fwminex" "vno1-oh2"]; devices = ["fwminex" "vno1-oh2"];
@ -51,7 +58,7 @@
M-Camera = { M-Camera = {
devices = ["mxp10" "fwminex" "vno1-oh2" "mtwork"]; devices = ["mxp10" "fwminex" "vno1-oh2" "mtwork"];
id = "pixel_xl_dtm3-photos"; id = "pixel_xl_dtm3-photos";
label = "M-Active"; label = "M-Camera";
}; };
R-Documents = { R-Documents = {
devices = ["rzj-744P2PE" "vno1-oh2"]; devices = ["rzj-744P2PE" "vno1-oh2"];