1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-31 12:07:48 +00:00

Don't allow systemd-boot editor

This commit is contained in:
RGBCube 2023-11-11 21:19:56 +03:00
parent eecce181b4
commit 8dd792984f
No known key found for this signature in database

View file

@ -4,6 +4,7 @@
boot.loader = {
efi.canTouchEfiVariables = true;
systemd-boot.enable = true;
systemd-boot.editor = false;
};
system.stateVersion = "23.05";