mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-07 00:17:24 +08:00
9 lines
136 B
Nix
9 lines
136 B
Nix
{ pkgs, ... }: {
|
|
services = {
|
|
syncthing = {
|
|
enable = true;
|
|
user = "srid";
|
|
dataDir = "/home/srid";
|
|
};
|
|
};
|
|
}
|