diff options
Diffstat (limited to 'system-configuration.scm')
-rw-r--r-- | system-configuration.scm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/system-configuration.scm b/system-configuration.scm index 38f9c39..213d60e 100644 --- a/system-configuration.scm +++ b/system-configuration.scm @@ -45,6 +45,12 @@ ( 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 |