From 7286a6e6c1b9efcfbc1b6a4d1d4c26c94cb3b517 Mon Sep 17 00:00:00 2001 From: kenny Date: Sat, 7 Feb 2026 17:52:47 +0200 Subject: [PATCH] Removed facetimehd since doesnt build --- hosts/puter/hardware-configuration.nix | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/hosts/puter/hardware-configuration.nix b/hosts/puter/hardware-configuration.nix index de56486..092e740 100644 --- a/hosts/puter/hardware-configuration.nix +++ b/hosts/puter/hardware-configuration.nix @@ -68,10 +68,11 @@ environment.sessionVariables = {LIBVA_DRIVER_NAME = "i965";}; - hardware.facetimehd = { - enable = true; - withCalibration = true; - }; + # seems to be EOL "NixOS has built-in facetimehd support starting 16.03." + #hardware.facetimehd = { + # enable = true; + # withCalibration = true; + #}; #services.logind = { # lidSwitch = "ignore";