aboutsummaryrefslogtreecommitdiff
path: root/fw/configuration.nix
diff options
context:
space:
mode:
Diffstat (limited to 'fw/configuration.nix')
-rw-r--r--fw/configuration.nix2
1 files changed, 1 insertions, 1 deletions
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";
};