summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--aisaka.org5
-rw-r--r--system-configuration.scm5
-rw-r--r--torrc1
3 files changed, 4 insertions, 7 deletions
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)))
<<trezor-udev-rules>>
(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