nixos installer: don't log refused packets to console

Fixes #19764.
This commit is contained in:
Franz Pletz
2017-01-09 19:24:41 +01:00
parent 464c79ea9f
commit 88908145ea
5 changed files with 6 additions and 6 deletions
@@ -30,8 +30,6 @@ with lib;
system.boot.loader.kernelFile = "bzImage";
environment.systemPackages = [ pkgs.grub2 pkgs.grub2_efi pkgs.syslinux ];
boot.consoleLogLevel = mkDefault 7;
fileSystems."/" =
{ fsType = "tmpfs";
options = [ "mode=0755" ];