modules/config: fix

Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
2025-05-04 20:40:01 +03:00
parent 1aad949947
commit 338dc7454f
2 changed files with 5 additions and 5 deletions

View File

@ -14,7 +14,6 @@
kernelPackages = pkgs.linuxPackages_cachyos;
initrd = {
systemd.enable = true;
systemd.tpm2.enable = false;
};
};
}