infra/nix/tests/test-vm.nix
2022-11-03 20:46:14 +01:00

6 lines
208 B
Nix

{ lib, config, pkgs, fetchgit, ... }: {
boot.consoleLogLevel = 6;
users.users.root.initialPassword = "root";
systemd.services."serial-getty@ttyS0".enable = true;
networking.firewall.enable = false;
}