athens/hosts/socrates/hardware-configuration.nix
2021-03-07 22:05:33 -05:00

7 lines
182 B
Nix

{ ... }:
{
imports = [ <nixpkgs/nixos/modules/profiles/qemu-guest.nix> ];
boot.loader.grub.device = "/dev/vda";
fileSystems."/" = { device = "/dev/vda1"; fsType = "ext4"; };
}