Fixed git, added syncthing
This commit is contained in:
parent
240a2585fa
commit
e980f05e71
2 changed files with 15 additions and 11 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue