Gitiles
Code Review
Sign In
git.clicks.codes
/
Infra
/
NixFiles
/
08758a6f58bb93fc1af2a295ca451dae6f66ab3f
/
.
/
modules
/
syncthing.nix
blob: d9f482c9b43e922f89af6aa5722a62f9dbfac0a5 [
file
] [
log
] [
blame
]
{
pkgs
,
...
}:
{
environment
.
systemPackages
=
with
pkgs
;
[
syncthing
];
services
.
syncthing
.
enable
=
true
;
services
.
syncthing
.
openDefaultPorts
=
true
;
services
.
syncthing
.
guiAddress
=
"0.0.0.0:8384"
;
}