oops
This commit is contained in:
9
modules/home/syncthing.nix
Normal file
9
modules/home/syncthing.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
services.syncthing = {
|
||||
enable = true;
|
||||
dataDir = "${config.home.homeDirectory}/syncthing/data";
|
||||
configDir = "${config.home.homeDirectory}/syncthing/conf";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user