This website requires JavaScript.
Explore
Help
Sign in
cy
/
nixos-config
Watch
1
Star
0
Fork
You've already forked nixos-config
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
0bc79e85ad
nixos-config
/
hosts
/
chunk
/
deluge.nix
11 lines
118 B
Nix
Raw
Normal View
History
Unescape
Escape
use rfc-style formatter
2024-12-19 02:32:58 -05:00
{
.
.
.
}:
{
add jellyfin and deluge and some rclone config improvements
2024-12-17 16:41:58 -05:00
services
.
deluge
=
{
enable
=
true
;
web
=
{
enable
=
true
;
port
=
8112
;
}
;
}
;
}
Reference in a new issue
Copy permalink