add Puenktchen builder

This commit is contained in:
willifan 2025-01-04 13:56:22 +01:00
parent 87fa30b294
commit ff8caa5192
7 changed files with 52 additions and 17 deletions

View file

@ -20,10 +20,15 @@
};
};
common.syncthing = {
enable = true;
devices = {
Anton = { id = "SIMFE5V-UHVQLHM-3ES7TAM-XIGP6TL-WCC37VY-B5ET6LJ-LPC2QIL-MYG4OQR"; };
common = {
builder.enable = true;
syncthing = {
enable = true;
devices = {
Anton = { id = "SIMFE5V-UHVQLHM-3ES7TAM-XIGP6TL-WCC37VY-B5ET6LJ-LPC2QIL-MYG4OQR"; };
};
};
};