From 2af6761a8cacab8f421f1ce4043cc5f998f30192 Mon Sep 17 00:00:00 2001 From: Leonardo Santiago Date: Mon, 3 Jun 2024 10:41:45 -0300 Subject: more stuff --- hosts/larissa/configuration.nix | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'hosts/larissa/configuration.nix') diff --git a/hosts/larissa/configuration.nix b/hosts/larissa/configuration.nix index 499d6ea..2a30415 100644 --- a/hosts/larissa/configuration.nix +++ b/hosts/larissa/configuration.nix @@ -10,19 +10,7 @@ ./hardware-configuration.nix ]; - # this system has a fingerprint reader. - services.fprintd.enable = true; - - services.fwupd = { - enable = true; - package = (import (builtins.fetchTarball { - url = "https://github.com/NixOS/nixpkgs/archive/bb2009ca185d97813e75736c2b8d1d8bb81bde05.tar.gz"; - sha256 = "sha256:003qcrsq5g5lggfrpq31gcvj82lb065xvr7bpfa8ddsw8x4dnysk"; - }) { - inherit (pkgs) system; - }).fwupd; - - }; + services.fwupd.enable = true; # Bootloader. boot.loader.systemd-boot.enable = true; -- cgit v1.2.3