From f1495b288d73115e07012eb4866f360b83004cab Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Tue, 7 Mar 2023 17:24:20 +0100 Subject: [PATCH] remove fprintd --- hosts/toaster/hardware-configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/toaster/hardware-configuration.nix b/hosts/toaster/hardware-configuration.nix index 94a2433..aa2aacb 100644 --- a/hosts/toaster/hardware-configuration.nix +++ b/hosts/toaster/hardware-configuration.nix @@ -88,4 +88,6 @@ nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; + + # services.fprintd.enable = true; }