firewall.nix: Don't spam the log

This commit is contained in:
Eelco Dolstra 2012-10-10 16:51:05 -04:00
parent 17a7f48364
commit e9b221c2ff

View File

@ -178,7 +178,6 @@ in
preStart =
''
${helpers}
set -x
# Flush the old firewall rules. !!! Ideally, updating the
# firewall would be atomic. Apparently that's possible