summaryrefslogtreecommitdiff
path: root/Com/Simatime/Prod/hardware.nix
blob: 8c88cb7011aca77716bd5e02787ad04d7c121441 (plain)
1
2
3
4
5
6
{ ... }:
{
  imports = [ <nixpkgs/nixos/modules/profiles/qemu-guest.nix> ];
  boot.loader.grub.device = "/dev/vda";
  fileSystems."/" = { device = "/dev/vda1"; fsType = "ext4"; };
}