index
:
nix-config.git
host/omega-relay
main
test-host
nix-config; configuration for my nixos systems
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
home-modules
/
services
/
syncthing.nix
blob: 06b94a2c2df136f334965c6584739b396e70e6bd (
plain
)
1
2
3
4
5
6
7
{
config
,
pkgs
,
...
}:
{
services
.
syncthing
=
{
enable
=
true
;
};
}