activate syncthing
This commit is contained in:
parent
799b62a43a
commit
e644149258
1 changed files with 6 additions and 0 deletions
|
|
@ -224,6 +224,12 @@
|
|||
settings.PasswordAuthentication = false;
|
||||
settings.KbdInteractiveAuthentication = false;
|
||||
};
|
||||
syncthing = {
|
||||
enable = true;
|
||||
user = "noa";
|
||||
dataDir = "/home/noa/Syncthing";
|
||||
configDir = "/home/noa/Syncthing/.config/syncthing";
|
||||
};
|
||||
xserver = {
|
||||
enable = true;
|
||||
xkb = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue