From 15e1fbea21a44b6b84b7e8514a3979492dbbdcc9 Mon Sep 17 00:00:00 2001 From: Stefan Weigl-Bosker Date: Mon, 14 Jul 2025 20:25:45 -0400 Subject: repo: separate and reword common nixos config --- fw/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fw/configuration.nix') diff --git a/fw/configuration.nix b/fw/configuration.nix index c66497c..071c725 100644 --- a/fw/configuration.nix +++ b/fw/configuration.nix @@ -83,7 +83,7 @@ # services.fprintd.enable = true; # services.fprintd.tod.enable = true; # services.fprintd.tod.driver = pkgs.libfprint-2-tod1-goodix; - boot.initrd.systemd.enable = true; + # boot.initrd.systemd.enable = true; environment.systemPackages = [ pkgs.tpm2-tss ]; system.stateVersion = "25.05"; }; -- cgit v1.2.3