aboutsummaryrefslogtreecommitdiff
path: root/fw
diff options
context:
space:
mode:
authorStefan Weigl-Bosker <stefan@s00.xyz>2025-07-14 20:25:45 -0400
committerStefan Weigl-Bosker <stefan@s00.xyz>2025-07-14 20:46:46 -0400
commit15e1fbea21a44b6b84b7e8514a3979492dbbdcc9 (patch)
tree07984a9aab57fb382004e8dd6ada2c84d4627e1c /fw
parent13593ff313eb79af576fc0523f9fde1c02f6f896 (diff)
downloadhome-15e1fbea21a44b6b84b7e8514a3979492dbbdcc9.tar.gz
repo: separate and reword common nixos config
Diffstat (limited to 'fw')
-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";
};