index
:
dotfiles.git
main
test
My configurations
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
nixos
/
.flake
/
home
/
services
/
syncthing.nix
blob: 1eccd8d57b823d3b872fbc56d58f40a715fc84c6 (
plain
)
1
2
3
4
5
6
7
{
config
,
pkgs
,
...
}:
{
services
.
syncthing =
{
enable =
true
;
};
}