forked from colonelpanic/dotfiles
[NixOS] Enable facetime camera for uber-loaner
This commit is contained in:
parent
7ecf04fdda
commit
d0a9479da9
@ -14,6 +14,7 @@
|
|||||||
boot.loader.grub.efiSupport = true;
|
boot.loader.grub.efiSupport = true;
|
||||||
boot.loader.grub.device = "nodev";
|
boot.loader.grub.device = "nodev";
|
||||||
boot.loader.grub.enable = true;
|
boot.loader.grub.enable = true;
|
||||||
|
hardware.facetimehd.enable = true;
|
||||||
|
|
||||||
fileSystems."/boot" = {
|
fileSystems."/boot" = {
|
||||||
device = "/dev/disk/by-label/EFI";
|
device = "/dev/disk/by-label/EFI";
|
||||||
|
Loading…
Reference in New Issue
Block a user