diff options
author | Marek Paśnikowski <marekpasnikowski@protonmail.com> | 2022-06-02 00:02:10 +0200 |
---|---|---|
committer | Marek Paśnikowski <marekpasnikowski@protonmail.com> | 2022-06-02 00:02:10 +0200 |
commit | 3106e9456f4be2d78313d9fd60d61ca6a2602c6a (patch) | |
tree | d164b43eb0232458658638c475fd6df7f77af42e /system-configuration.scm | |
parent | 97f63b4739f2f0d5ed680997583908a063d9bdbe (diff) |
Removed TOR
Diffstat (limited to 'system-configuration.scm')
-rw-r--r-- | system-configuration.scm | 12 |
1 files changed, 0 insertions, 12 deletions
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 ) ) ) ) |