This website requires JavaScript.
Explore
Help
Register
Sign in
darkkirb
/
nixos-config
Watch
1
Star
0
Fork
You've already forked nixos-config
0
Code
Issues
1
Pull requests
2
Projects
Releases
Packages
Wiki
Activity
Actions
b64ec6afdc
nixos-config
/
config
/
programs
/
syncthing.nix
7 lines
86 B
Nix
Raw
Normal View
History
Unescape
Escape
add syncthing
2022-01-18 19:21:31 +00:00
{
.
.
.
}:
{
services
.
syncthing
=
{
enable
=
true
;
services.syncthing.tray -> services.syncthing.tray.enable
2022-01-18 19:22:19 +00:00
tray
.
enable
=
true
;
add syncthing
2022-01-18 19:21:31 +00:00
}
;
}
Reference in a new issue
Copy permalink