Gitiles
Code Review
Sign In
git.clicks.codes
/
Infra
/
NixFiles
/
b30f5dd3f46429a3e2a849e8a001d26f897434ff
/
.
/
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"
;
}