Merge branch 'main' of github.com:FredzyW/nix
This commit is contained in:
commit
a4bdf87ffc
1 changed files with 6 additions and 0 deletions
|
@ -120,6 +120,12 @@
|
|||
|
||||
|
||||
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 = {
|
||||
enable = true;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue