HPCesia's Git Repos
/
nix-config
Code
Branches
Tags
Commits
old
nix-config
/
home
/
base
/
tui
/
syncthing.nix
Top
1
{
.
.
.
}:
{
2
services
.
syncthing
=
{
3
enable
=
true
;
4
guiAddress
=
"
1
2
7
.
0
.
0
.
1
:
4
0
7
4
"
;
5
}
;
6
}