diff options
Diffstat (limited to 'system-configuration.scm')
-rw-r--r-- | system-configuration.scm | 5 |
1 files changed, 2 insertions, 3 deletions
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 |