This website requires JavaScript.
Explore
Help
Sign In
lelgenio
/
nixos-config
Watch
1
Star
0
Fork
You've already forked nixos-config
0
Code
Issues
Pull requests
Actions
Packages
Projects
Releases
Wiki
Activity
7588c36d97
nixos-config
/
user
/
syncthing.nix
11 lines
143 B
Nix
Raw
Normal View
History
Unescape
Escape
treewide: format using nixfmt-rfc-style
2024-05-30 16:54:58 -03:00
{
.
.
.
}:
{
extract syncthing and bmenu module
2022-10-24 20:31:23 -03:00
services
.
syncthing
=
{
enable
=
true
;
syncthing: way for tray
2024-03-24 12:30:09 -03:00
tray
=
{
enable
=
true
;
command
=
"
s
y
n
c
t
h
i
n
g
t
r
a
y
-
-
w
a
i
t
"
;
}
;
extract syncthing and bmenu module
2022-10-24 20:31:23 -03:00
}
;
}
Reference in a new issue
Copy permalink