1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-18 18:48:31 +02:00
nixos-hardware/tests/build-test.nix
2017-12-24 11:45:48 +00:00

11 lines
210 B
Nix

{
imports = [ <nixos-hardware-profile> ];
boot.loader.systemd-boot.enable = true;
fileSystems."/" = {
device = "/dev/disk/by-uuid/00000000-0000-0000-0000-000000000000";
fsType = "btrfs";
};
}