This commit is contained in:
4DBug
2026-01-29 02:45:43 -06:00
parent 149b986fbc
commit 4d1b1b12fc

View File

@@ -282,11 +282,31 @@ in
enable = true;
user = "bug";
group = "users";
overrideDevices = true;
overrideFolders = true;
openDefaultPorts = true;
extraFlags = [ "--no-default-folder" ];
openDefaultPorts = true;
overrideFolders = true;
key = "~/.syncthing/key.pem";
cert = "~/.syncthing/cert.pem";
settings = {
devices = {
desktop.id = "I664COC-GCOH2HX-KCVLP3R-R62LVPV-3W32DVQ-UMMBMDB-55MMIPH-OV54AAP";
laptop.id = "C33XSW3-CUN7QOD-PK2SM37-MJCXNGA-K3UGTDR-TW53FZ7-BE7EWDC-QWVUXQ5";
};
folders = {
"Documents" = {
path = "/home/bug/Documents";
devices = ["desktop" "laptop"];
};
};
};
};
flatpak = {