From cb5b6929891f0732a7f7b6a9d2d4b5713cabf5f7 Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Thu, 21 Apr 2022 10:44:00 +0200 Subject: Save Work-In-Progress * system-configuration.scm (tor-configuration): Writing the configuration file is unexpectedly difficult. --- system-configuration.scm | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/system-configuration.scm b/system-configuration.scm index 0f07cb3..71131c7 100644 --- a/system-configuration.scm +++ b/system-configuration.scm @@ -46,7 +46,13 @@ ( list ( service gnome-desktop-service-type ) ( service openssh-service-type ) - ( service tor-service-type ) + ( service tor-service-type + ( tor-configuration + ( config-file + ( cons* + ( plain-file "torrc1" "SOCKSPort 9050" ) + ( plain-file "torrc2" "DNSPort 5353" ) + ( plain-file "torrc3" "TransPort 9040" ) ) ) ) ) ( service cups-service-type ) ( set-xorg-configuration ( xorg-configuration -- cgit v1.2.3