diff options
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 ) ) ) ) |