syncthing linting

This commit is contained in:
Danilo Reyes 2024-12-21 12:01:43 -06:00
parent 7845109e25
commit 882fe52852

View File

@ -36,16 +36,14 @@ in
miniserver.id = "HDYEGIR-GFU7ONK-MOOJUFH-N3L3XHX-SXWN3FI-O23K6LD-BJENQK5-VIPV2AT";
workstation.id = "4E4KJ6M-MSTNBVF-D7CNHDW-DUTB3VR-SXKZ4NH-ZKAOMF5-V24JECJ-4STSZAA";
};
folders = {
gdl = {
path = "/home/jawz/.config/jawz/";
devices = [
"server"
"miniserver"
"workstation"
];
ignorePerms = false;
};
folders.gdl = {
path = "/home/jawz/.config/jawz/";
devices = [
"server"
"miniserver"
"workstation"
];
ignorePerms = false;
};
};
};