This website requires JavaScript.
Explore
Help
Sign In
rilla
/
nix-config
Watch
1
Star
0
Fork
You've already forked nix-config
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
e3eada2ea2
nix-config
/
home
/
syncthing
/
default.nix
9 lines
103 B
Nix
Raw
Normal View
History
Unescape
Escape
syncthing things
2022-05-25 12:08:15 +02:00
{
config
,
pkgs
,
.
.
.
}:
{
services
.
syncthing
=
{
enable
=
true
;
disable synthing tray
2022-06-21 18:25:39 +02:00
# tray.enable = true;
syncthing things
2022-05-25 12:08:15 +02:00
}
;
}