Remove use of systemd-initrd for now
This commit is contained in:
parent
b3972ec08c
commit
e41d553819
|
@ -68,13 +68,6 @@
|
||||||
|
|
||||||
# TPM setup
|
# TPM setup
|
||||||
security = { tpm2 = { enable = true; }; };
|
security = { tpm2 = { enable = true; }; };
|
||||||
boot = {
|
|
||||||
initrd = {
|
|
||||||
kernelModules = [ "tpm_crb" ];
|
|
||||||
systemd = { enable = true; };
|
|
||||||
};
|
|
||||||
kernelParams = [ "crypt-pv.luks.options=tpm2-device=auto" ];
|
|
||||||
};
|
|
||||||
|
|
||||||
# Install gamescope
|
# Install gamescope
|
||||||
environment.systemPackages =
|
environment.systemPackages =
|
||||||
|
|
Loading…
Reference in New Issue