❄️ Nix configurations
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

remove downgrade after fingerprint enroll

+6 -6
+6 -6
nixos/otter/configuration.nix
··· 26 26 hardware.framework.amd-7040.preventWakeOnAC = true; 27 27 services.fwupd.enable = true; 28 28 # we need fwupd 1.9.7 to downgrade the fingerprint sensor firmware 29 - services.fwupd.package = (import (builtins.fetchTarball { 30 - url = "https://github.com/NixOS/nixpkgs/archive/bb2009ca185d97813e75736c2b8d1d8bb81bde05.tar.gz"; 31 - sha256 = "sha256:003qcrsq5g5lggfrpq31gcvj82lb065xvr7bpfa8ddsw8x4dnysk"; 32 - }) { 33 - inherit (pkgs) system; 34 - }).fwupd; 29 + # services.fwupd.package = (import (builtins.fetchTarball { 30 + # url = "https://github.com/NixOS/nixpkgs/archive/bb2009ca185d97813e75736c2b8d1d8bb81bde05.tar.gz"; 31 + # sha256 = "sha256:003qcrsq5g5lggfrpq31gcvj82lb065xvr7bpfa8ddsw8x4dnysk"; 32 + # }) { 33 + # inherit (pkgs) system; 34 + # }).fwupd; 35 35 36 36 # Configure network proxy if necessary 37 37 # networking.proxy.default = "http://user:password@proxy:port/";