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
3cd1ef9e97
nixos-config
/
config
/
programs
/
syncthing.nix
7 lines
80 B
Nix
Raw
Normal View
History
Unescape
Escape
run statix check
2022-06-12 15:42:42 +00:00
_
:
{
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