diff options
author | Marek Paśnikowski <marekpasnikowski@protonmail.com> | 2023-02-07 22:28:14 +0100 |
---|---|---|
committer | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2023-02-07 22:28:14 +0100 |
commit | 58fcbc2954f061313bc7e501e2446076bd00ec21 (patch) | |
tree | 5a39848df47787dae160b1f0db019a0b3d346237 /aisaka.org | |
parent | bd498bb304adb78886c0b0750e3648d1d04beec3 (diff) |
Remove the torrc file
Diffstat (limited to 'aisaka.org')
-rw-r--r-- | aisaka.org | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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 |