mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2026-06-15 00:25:39 +00:00
9 lines
80 B
Nix
9 lines
80 B
Nix
{ ... }:
|
|
|
|
{
|
|
services = {
|
|
syncthing = {
|
|
enable = true;
|
|
};
|
|
};
|
|
}
|