activate syncthing

This commit is contained in:
Noa Aarts 2024-05-21 16:55:29 +02:00
parent 799b62a43a
commit e644149258

View file

@ -224,6 +224,12 @@
settings.PasswordAuthentication = false; settings.PasswordAuthentication = false;
settings.KbdInteractiveAuthentication = false; settings.KbdInteractiveAuthentication = false;
}; };
syncthing = {
enable = true;
user = "noa";
dataDir = "/home/noa/Syncthing";
configDir = "/home/noa/Syncthing/.config/syncthing";
};
xserver = { xserver = {
enable = true; enable = true;
xkb = { xkb = {