update devices and folders
This commit is contained in:
parent
5bf9930b16
commit
2685edcd90
1 changed files with 30 additions and 21 deletions
|
@ -6,6 +6,11 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
devices = {
|
devices = {
|
||||||
|
gandalf = {
|
||||||
|
name = "gandalf";
|
||||||
|
id = "2VYHSOB-4QE3UIJ-EFKAD4D-J7YTLYG-4KF36C2-3SOLD4G-MFR6NK3-C2VSAQV";
|
||||||
|
addresses = [ "tcp://10.1.1.13:22000" ];
|
||||||
|
};
|
||||||
legiondary = {
|
legiondary = {
|
||||||
name = "legiondary";
|
name = "legiondary";
|
||||||
id = "O4WI2YC-BZBPF2W-2ALNQ2D-UOP3BK5-ZDSEHVH-DIHS2FG-BSVJCXG-GF47XAE";
|
id = "O4WI2YC-BZBPF2W-2ALNQ2D-UOP3BK5-ZDSEHVH-DIHS2FG-BSVJCXG-GF47XAE";
|
||||||
|
@ -16,11 +21,6 @@
|
||||||
id = "U3DS7CW-GBZT44M-IFP3MOB-AV6SHVY-YFVEL5P-HE3ACC5-NDDGAOB-HOTKJAC";
|
id = "U3DS7CW-GBZT44M-IFP3MOB-AV6SHVY-YFVEL5P-HE3ACC5-NDDGAOB-HOTKJAC";
|
||||||
addresses = [ "tcp://10.1.1.61:22000" ];
|
addresses = [ "tcp://10.1.1.61:22000" ];
|
||||||
};
|
};
|
||||||
gandalf = {
|
|
||||||
name = "gandalf";
|
|
||||||
id = "2VYHSOB-4QE3UIJ-EFKAD4D-J7YTLYG-4KF36C2-3SOLD4G-MFR6NK3-C2VSAQV";
|
|
||||||
addresses = [ "tcp://10.1.1.13:22000" ];
|
|
||||||
};
|
|
||||||
telchar = {
|
telchar = {
|
||||||
name = "telchar";
|
name = "telchar";
|
||||||
id = "ENO4NVK-DUKOLUT-ASJZOEI-IFBVBTA-GDNWKWS-DQF3TZW-JJ72VVB-VWTHNAH";
|
id = "ENO4NVK-DUKOLUT-ASJZOEI-IFBVBTA-GDNWKWS-DQF3TZW-JJ72VVB-VWTHNAH";
|
||||||
|
@ -29,9 +29,18 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
folders = {
|
folders = {
|
||||||
"~/projects" = {
|
projects = {
|
||||||
id = "projects";
|
id = "projects";
|
||||||
devices = [ "legiondary" "shadowfax" "gandalf" "telchar" ];
|
path = "~/projects";
|
||||||
|
versioning = {
|
||||||
|
type = "simple";
|
||||||
|
params.keep = 10;
|
||||||
|
};
|
||||||
|
devices = [
|
||||||
|
"legiondary"
|
||||||
|
"shadowfax"
|
||||||
|
"gandalf"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue