nixos-config/terranix/tinc-test/02-build/configs/nixserver-server/hardware-configuration.nix

9 lines
192 B
Nix
Raw Normal View History

2020-01-06 06:37:25 +01:00
{ ... }: {
imports = [ <nixpkgs/nixos/modules/profiles/qemu-guest.nix> ];
boot.loader.grub.device = "/dev/sda";
fileSystems."/" = {
device = "/dev/sda1";
fsType = "ext4";
};
}