forgor 2 stage

This commit is contained in:
martyTF 2025-12-18 18:06:15 +01:00
parent 22a2d35ae8
commit 630d9e8c45

View file

@ -10,10 +10,11 @@
}; };
config = { config = {
programs = { services = {
syncthing = { syncthing = {
enable = true; enable = true;
tray.enable = true; tray.enable = true;
guiAddress = "0.0.0.0:8384";
}; };
}; };
}; };