summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Paśnikowski <marekpasnikowski@protonmail.com>2023-02-07 22:28:14 +0100
committerMarek Paśnikowski <marekpasnikowski@protonmail.com>2023-02-07 22:28:14 +0100
commiteb6ae0d60398a8c6e26652e2b1aaf417fa3bbe10 (patch)
tree4d2aae7558c0663ffcc25b15ff83c8d4740928f0
parent143fe4f8171a1d1eb0d675c3f9fde4a9033dedd0 (diff)
Remove the torrc file
-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