created syncthing_base.nix and added syncthing password

This commit is contained in:
Richie Cahill
2024-04-13 08:51:00 -04:00
parent da0abc9cef
commit 38c2e39a4a
5 changed files with 125 additions and 125 deletions

View File

@ -26,5 +26,6 @@
"update.mode": "none",
"redhat.telemetry.enabled": true,
// force the use of rust-analyzer from dev shell
"rust-analyzer.server.path": "rust-analyzer"
"rust-analyzer.server.path": "rust-analyzer",
"cSpell.userWords": ["syncthing"]
}