infra/tests/test-vm.nix

8 lines
206 B
Nix
Raw Normal View History

2018-10-28 11:25:39 +01:00
{ lib, config, pkgs, fetchgit, ... }:
{
boot.consoleLogLevel=6;
users.users.root.initialPassword = "root";
systemd.services."serial-getty@ttyS0".enable = true;
networking.firewall.enable = false;
}