Add syncthing and btop

This commit is contained in:
2025-10-04 12:04:02 +08:00
parent b363cc4405
commit 7ee0e83a73
4 changed files with 47 additions and 16 deletions

View File

@@ -27,6 +27,37 @@
host = "0.0.0.0";
port = 11434;
};
syncthing = {
enable = true;
guiAddress = "0.0.0.0:8384";
settings = {
options = {
urAccepted = -1;
};
devices = {
"yadunut-mbp" = {
id = "2KL36Z3-DZSQKEY-H26OOAZ-7PY7U3B-X53GXKH-LILC7KW-7EWXNCD-CMMUJAS";
name = "yadunut-mbp";
};
"yadunut-iPhone" = {
id = "K3ZK6OW-4Y6ALVJ-VHAWY73-UGBFX45-OTK532X-OZ4QPI3-ZOEMQCM-ATAD5QO";
name = "yadunut-iPhone";
};
};
folders = {
"Obsidian" = {
id = "mxzrk-t3afy";
path = "~/Obsidian";
devices = [
"yadunut-mbp"
"yadunut-iPhone"
];
};
};
};
};
};
# programs.git.extraConfig.credential.helper = lib.mkForce [