summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2024-10-15 09:17:04 +0300
committerThanos Apollo <[email protected]>2024-10-15 09:17:04 +0300
commitf4434daca5650e81b43d15d6e6002c98c795f0c3 (patch)
tree0b503412f4e4c2c42b3923a8cf30ba58b9416466
parented8d369e0fa31e119c83ed607bf35e3c5876797d (diff)
guix: system: Remove transmission configuration.
-rw-r--r--guix/system-create.scm9
1 files changed, 1 insertions, 8 deletions
diff --git a/guix/system-create.scm b/guix/system-create.scm
index cb5dccc..70f7570 100644
--- a/guix/system-create.scm
+++ b/guix/system-create.scm
@@ -80,14 +80,7 @@
(service wpa-supplicant-service-type) ;; Needed by NetworkManager
(service network-manager-service-type)
- (service transmission-daemon-service-type
- (transmission-daemon-configuration
- ;; Accept requests from this and other hosts on the
- ;; local network
- (rpc-whitelist-enabled? #t)
- (rpc-whitelist '("::1" "127.0.0.1" "192.168.*"))
- (rpc-username "z3us")
- (rpc-password "{eab35f5df5b1e2691acf11f49be1b1dcffa55a59FyE5eNd8")))
+ (service transmission-daemon-service-type)
;; tty login
(service elogind-service-type)