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:
parent
3ffb44fd8d
commit
fac6ac101a
1 changed files with 0 additions and 23 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue