mirror of
https://github.com/Dichgrem/DCGOS.git
synced 2025-12-17 03:31:59 -05:00
style:services
This commit is contained in:
11
modules/services/sync.nix
Normal file
11
modules/services/sync.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{ lib, pkgs, username, ... }:
|
||||
|
||||
{
|
||||
services.syncthing = {
|
||||
enable = true;
|
||||
user = username;
|
||||
dataDir = "/home/${username}/Sync";
|
||||
configDir = "/home/${username}/.config/syncthing";
|
||||
guiAddress = "127.0.0.1:8384";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user