refactor(amd): remove commented syncthing configuration

- Deleted unused Syncthing settings block from `default.nix` to clean up the configuration file.
- Simplifies maintenance and reduces clutter by removing legacy, commented-out code.
This commit is contained in:
Harald Hoyer 2026-01-19 14:11:15 +01:00
parent 3ffb44fd8d
commit fac6ac101a

View file

@ -29,29 +29,6 @@
services.syncthing = {
enable = true;
tray.enable = true;
/*
settings = {
devices = {
"sgx" = {
id = "2AAVSVQ-PK66I2B-2B4KWAU-TF674DG-IXNEKLF-CIWK7HG-7MUC7OW-DQQNAQM";
};
"x1" = {
id = "ZXRDFYU-W22PYCZ-7QJJCVN-GGHP3TS-KSY56B4-75OLQRN-UR2A4ZU-7BQBQQZ";
};
};
folders = {
"qibxq-03l4j" = {
path = "~/Documents/logseq";
devices = [
"sgx"
];
};
};
};
*/
# overrideFolders = false;
# overrideDevices = false;
};
dconf.settings = {