services: qbittorrent: Use qbittorrent-nox.

* rosenthal/services/bittorrent.scm (qbittorrent-configuration)[qbittorrent]:
Use qbittorrent-nox.
pull/1/head
Hilton Chain 1 year ago
parent 5ae5900f2d
commit b829115cda
No known key found for this signature in database
GPG Key ID: ACC66D09CA528292
  1. 4
      rosenthal/services/bittorrent.scm

@ -7,11 +7,11 @@
#:use-module (guix packages) #:use-module (guix packages)
#:use-module (guix records) #:use-module (guix records)
#:use-module (gnu packages admin) #:use-module (gnu packages admin)
#:use-module (gnu packages bittorrent)
#:use-module (gnu services) #:use-module (gnu services)
#:use-module (gnu services configuration) #:use-module (gnu services configuration)
#:use-module (gnu services shepherd) #:use-module (gnu services shepherd)
#:use-module (gnu system shadow) #:use-module (gnu system shadow)
#:use-module (rosenthal packages bittorrent)
#:export (qbittorrent-configuration #:export (qbittorrent-configuration
qbittorrent-service-type)) qbittorrent-service-type))
@ -22,7 +22,7 @@
(define-configuration/no-serialization qbittorrent-configuration (define-configuration/no-serialization qbittorrent-configuration
(qbittorrent (qbittorrent
(package qbittorrent-enhanced-edition-nox) (package qbittorrent-nox)
"The qBittorrent package to use, we need @command{qbittorrent-nox}.") "The qBittorrent package to use, we need @command{qbittorrent-nox}.")
(log-file (log-file
(string "/var/log/qbittorrent.log") (string "/var/log/qbittorrent.log")

Loading…
Cancel
Save