From eb6ae0d60398a8c6e26652e2b1aaf417fa3bbe10 Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Tue, 7 Feb 2023 22:28:14 +0100 Subject: Remove the torrc file --- aisaka.org | 5 ++--- system-configuration.scm | 5 ++--- torrc | 1 - 3 files changed, 4 insertions(+), 7 deletions(-) delete mode 100644 torrc diff --git a/aisaka.org b/aisaka.org index 4f23083..a7f356a 100644 --- a/aisaka.org +++ b/aisaka.org @@ -61,9 +61,8 @@ https://guix.gnu.org/en/manual/devel/en/html_node/System-Configuration.html (web-interface? #t))) (service git-daemon-service-type) (service gnome-desktop-service-type) - (service tor-service-type - (tor-configuration (config-file (local-file "torrc")) - (control-socket? #t))) + (service tor-service-type (tor-configuration + (control-socket? #t))) <> (modify-services %desktop-services (elogind-service-type diff --git a/system-configuration.scm b/system-configuration.scm index 527d921..8108132 100644 --- a/system-configuration.scm +++ b/system-configuration.scm @@ -60,9 +60,8 @@ (web-interface? #t))) (service git-daemon-service-type) (service gnome-desktop-service-type) - (service tor-service-type - (tor-configuration (config-file (local-file "torrc")) - (control-socket? #t))) + (service tor-service-type (tor-configuration + (control-socket? #t))) (udev-rules-service 'trezord trezord-udev-rules) (modify-services %desktop-services (elogind-service-type diff --git a/torrc b/torrc deleted file mode 100644 index 3c7b180..0000000 --- a/torrc +++ /dev/null @@ -1 +0,0 @@ -SOCKSPort 9050 -- cgit v1.2.3