From 191430f229e43d48ded2809766f6c854e6fc4f6e Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Sun, 14 Jan 2024 11:17:11 +0100 Subject: Include Tor configuration --- system-configuration.scm | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/system-configuration.scm b/system-configuration.scm index c319e80..92e4028 100644 --- a/system-configuration.scm +++ b/system-configuration.scm @@ -24,10 +24,11 @@ (comment "Marek Paśnikowski") (group "users") (home-directory "/home/marek") - (supplementary-groups '("wheel" + (supplementary-groups '("audio" "netdev" - "audio" - "video"))) + "tor" + "video" + "wheel"))) %base-user-accounts)) (packages (append (map (compose list specification->package+output) @@ -44,7 +45,8 @@ (web-interface? #t))) ,(service openssh-service-type) ,(service gnome-desktop-service-type) - ,(service tor-service-type) + ,(service tor-service-type + (tor-configuration (config-file (local-file "torrc")))) ,(set-xorg-configuration (xorg-configuration (keyboard-layout keyboard-layout)))) %desktop-services)) -- cgit v1.2.3