[NixOS] Enable facetime camera for uber-loaner

This commit is contained in:
Ivan Malison 2018-06-26 21:55:03 -07:00
parent 7ecf04fdda
commit d0a9479da9
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

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";