dot_testing/boxes/virtbox.nix

9 lines
142 B
Nix

{ lib, config, pkgs, ...}:
{
boot.loader.grub.enable = true;
boot.loader.grub.device = "/dev/vda";
networking.hostName = "virtbox";
}