Added synchting
This commit is contained in:
parent
8975953d16
commit
3974548480
1 changed files with 6 additions and 0 deletions
|
@ -120,6 +120,12 @@
|
||||||
|
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
|
syncthing = {
|
||||||
|
enable = true;
|
||||||
|
user = "fw";
|
||||||
|
dataDir = "/home/fw/synchting"; # Default folder for new synced folders
|
||||||
|
configDir = "/home/fw/.config/syncthing"; # Folder for Syncthing's settings and keys
|
||||||
|
};
|
||||||
openssh = {
|
openssh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue