Remove use of systemd-initrd for now

This commit is contained in:
Nathan McCarty 2022-11-17 16:35:37 -05:00
parent b3972ec08c
commit e41d553819
Signed by: thatonelutenist
GPG Key ID: D70DA3DD4D1E9F96
1 changed files with 0 additions and 7 deletions

View File

@ -68,13 +68,6 @@
# TPM setup
security = { tpm2 = { enable = true; }; };
boot = {
initrd = {
kernelModules = [ "tpm_crb" ];
systemd = { enable = true; };
};
kernelParams = [ "crypt-pv.luks.options=tpm2-device=auto" ];
};
# Install gamescope
environment.systemPackages =