Fixed git, added syncthing

This commit is contained in:
Aleksandr Lebedev 2025-01-19 22:52:56 +01:00
parent 240a2585fa
commit e980f05e71
2 changed files with 15 additions and 11 deletions

View file

@ -238,6 +238,12 @@
};
kk.loginManagers.sddm.enable = true;
systemd.services.syncthing.environment.STNODEFAULTFOLDER = "true"; # Don't create default ~/Sync folder
services.syncthing = {
user = "kylekrein";
configDir = "/persist/home/kylekrein/.config/syncthing";
enable = true;
};
hardware = {
graphics = {
enable = true;