summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorGrigory Shipunov2023-03-07 17:24:20 +0100
committerGrigory Shipunov2023-03-07 17:24:20 +0100
commitf1495b288d73115e07012eb4866f360b83004cab (patch)
treef16fed6ce53670d3c9c88c4a1e3c49e199d2dc34 /hosts
parentf1a772c83eb0e4e0054a7eb0f9b98dbfdd67e6fe (diff)
remove fprintd
Diffstat (limited to 'hosts')
-rw-r--r--hosts/toaster/hardware-configuration.nix2
1 files changed, 2 insertions, 0 deletions
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;
}