nixos/modules/crans/virtualisation.nix

7 lines
100 B
Nix

{ ... }:
{
services.qemuGuest.enable = true;
boot.kernelParams = [ "console=ttyS0,115200" ];
}