[NixOS] Enable facetime camera for uber-loaner

This commit is contained in:
2018-06-26 21:55:03 -07:00
parent 7ecf04fdda
commit d0a9479da9

View File

@@ -14,6 +14,7 @@
boot.loader.grub.efiSupport = true;
boot.loader.grub.device = "nodev";
boot.loader.grub.enable = true;
hardware.facetimehd.enable = true;
fileSystems."/boot" = {
device = "/dev/disk/by-label/EFI";