athens/hosts/socrates/hardware-configuration.nix

7 lines
182 B
Nix
Raw Normal View History

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