Remove use of systemd-initrd for now
This commit is contained in:
parent
b3972ec08c
commit
e41d553819
|
@ -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 =
|
||||
|
|
Loading…
Reference in New Issue