From 3106e9456f4be2d78313d9fd60d61ca6a2602c6a Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Thu, 2 Jun 2022 00:02:10 +0200 Subject: Removed TOR --- home-configuration.scm | 4 +++- system-configuration.scm | 12 ------------ 2 files changed, 3 insertions(+), 13 deletions(-) diff --git a/home-configuration.scm b/home-configuration.scm index c7e4400..8a4b94f 100644 --- a/home-configuration.scm +++ b/home-configuration.scm @@ -28,9 +28,11 @@ "gst-plugins-good" "gst-plugins-ugly" "libreoffice" + "protonvpn-cli" "pwgen" "seahorse" - "trezor-agent"))) + ;"trezor-agent" + ))) (services (list 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