Changing my mind yet again on these mac keybindings in linux. adding this Desktop device to syncthing

This commit is contained in:
2026-01-17 12:42:51 -07:00
parent 1f391e6747
commit 81db7e0703
2 changed files with 24 additions and 22 deletions

View File

@@ -69,11 +69,13 @@ in
enable = true;
settings = {
devices = {
"Desktop" = { id = secrets.syncthing.desktop; };
"Laptop" = { id = secrets.syncthing.laptop; };
"Phone" = { id = secrets.syncthing.phone; };
};
folders = {
"Camera" = {
id = "sm-n950u-photos";
path = "~/Camera";
devices = [ "Laptop" "Phone" ];
};
@@ -83,7 +85,7 @@ in
};
"Passwords" = {
path = "~/.password-store";
devices = [ "Laptop" ]; # just Mac, not phone
devices = [ "Laptop" ];
};
};
};