refactor: improve formatting and update dependencies
Reformatted configuration files for better readability and consistency. Updated lock file dependencies to the latest revisions, ensuring compatibility and performance improvements.
This commit is contained in:
parent
296d6a86b9
commit
7494fd7efd
3 changed files with 69 additions and 59 deletions
|
@ -71,25 +71,35 @@
|
|||
};
|
||||
|
||||
services.syncthing = {
|
||||
enable = true;
|
||||
user = "harald";
|
||||
dataDir = "/mnt/raid/Qmultimedia/syncthing"; # Default folder for new synced folders
|
||||
configDir = "/mnt/raid/Qmultimedia/syncthing/.config/syncthing"; # Folder for Syncthing's settings and keys
|
||||
guiAddress = "127.0.0.1:8384";
|
||||
settings.gui.insecureSkipHostcheck = true;
|
||||
devices = {
|
||||
"sgx" = { id = "2AAVSVQ-PK66I2B-2B4KWAU-TF674DG-IXNEKLF-CIWK7HG-7MUC7OW-DQQNAQM"; };
|
||||
"S25" = { id = "7Q7XQXG-VF7QM6Y-HJST4V2-RWOPB3M-GHXQDLL-SRRN3IL-3PHKNOZ-D2IFIQV"; };
|
||||
};
|
||||
folders = {
|
||||
"qibxq-03l4j" = {
|
||||
path = "~/logseq";
|
||||
devices = [ "sgx" "S25" ];
|
||||
};
|
||||
"sm-s931b_hjcb-Bilder" = {
|
||||
path = "/mnt/raid/Qmultimedia/S25-Kamera";
|
||||
devices = [ "sgx" "S25" ];
|
||||
};
|
||||
};
|
||||
enable = true;
|
||||
user = "harald";
|
||||
dataDir = "/mnt/raid/Qmultimedia/syncthing"; # Default folder for new synced folders
|
||||
configDir = "/mnt/raid/Qmultimedia/syncthing/.config/syncthing"; # Folder for Syncthing's settings and keys
|
||||
guiAddress = "127.0.0.1:8384";
|
||||
settings.gui.insecureSkipHostcheck = true;
|
||||
devices = {
|
||||
"sgx" = {
|
||||
id = "2AAVSVQ-PK66I2B-2B4KWAU-TF674DG-IXNEKLF-CIWK7HG-7MUC7OW-DQQNAQM";
|
||||
};
|
||||
"S25" = {
|
||||
id = "7Q7XQXG-VF7QM6Y-HJST4V2-RWOPB3M-GHXQDLL-SRRN3IL-3PHKNOZ-D2IFIQV";
|
||||
};
|
||||
};
|
||||
folders = {
|
||||
"qibxq-03l4j" = {
|
||||
path = "~/logseq";
|
||||
devices = [
|
||||
"sgx"
|
||||
"S25"
|
||||
];
|
||||
};
|
||||
"sm-s931b_hjcb-Bilder" = {
|
||||
path = "/mnt/raid/Qmultimedia/S25-Kamera";
|
||||
devices = [
|
||||
"sgx"
|
||||
"S25"
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue