2017-12-24 06:44:48 -05:00
|
|
|
{
|
|
|
|
imports = [ <nixos-hardware-profile> ];
|
|
|
|
|
|
|
|
boot.loader.systemd-boot.enable = true;
|
|
|
|
|
|
|
|
fileSystems."/" = {
|
|
|
|
device = "/dev/disk/by-uuid/00000000-0000-0000-0000-000000000000";
|
|
|
|
fsType = "btrfs";
|
|
|
|
};
|
2017-12-24 08:10:02 -05:00
|
|
|
|
|
|
|
nixpkgs.config = {
|
|
|
|
allowBroken = true;
|
|
|
|
allowUnfree = true;
|
|
|
|
};
|
2017-12-24 06:44:48 -05:00
|
|
|
}
|