From 5322f7dc7f78b5bbd062a9034dbbe75344c3ed72 Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Thu, 2 Jun 2022 00:02:10 +0200 Subject: Removed TOR --- system-configuration.scm | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'system-configuration.scm') diff --git a/system-configuration.scm b/system-configuration.scm index 213d60e..a367f93 100644 --- a/system-configuration.scm +++ b/system-configuration.scm @@ -12,8 +12,6 @@ xorg ) ( operating-system - ( kernel - ( specification->package "linux-libre@5.10" ) ) ( locale "pl_PL.utf8" ) ( timezone "Europe/Warsaw" ) ( keyboard-layout @@ -45,18 +43,8 @@ ( append ( list ( service cups-service-type ) - ( service iptables-service-type - ( iptables-configuration - ( ipv4-rules - ( local-file "iptables.tor.rules" ) ) - ( ipv6-rules - ( local-file "iptables.tor.rules" ) ) ) ) ( service openssh-service-type ) ( service gnome-desktop-service-type ) - ( service tor-service-type - ( tor-configuration - ( config-file - ( local-file "torrc" ) ) ) ) ( set-xorg-configuration ( xorg-configuration ( keyboard-layout keyboard-layout ) ) ) ) -- cgit v1.2.3