[mcp] Some user setup on the way to automated deployments

This commit is contained in:
2025-04-28 17:15:11 -07:00
parent 3da928a7a8
commit 39b2c4301c
3 changed files with 62 additions and 37 deletions

View File

@@ -13,6 +13,12 @@
programs.git = {
userName = "Drew Haven";
userEmail = "drew.haven@gmail.com";
extraConfig = {
safe = {
# Marks the web directory as safe even though I don't own it.
directory = "/tank/web";
};
};
};
services.syncthing.tray.enable = false;