diff --git a/docs/QUICK_START.md b/docs/QUICK_START.md index 3f7fdc9..3a89294 100644 --- a/docs/QUICK_START.md +++ b/docs/QUICK_START.md @@ -145,9 +145,9 @@ nixosConfigurations = { ]; # Lanzaboote currently replaces the systemd-boot module. - # This setting is usually set to true in configuration.nix - # generated at installation time. So we force it to false - # for now. + # This setting is usually set to true in configuration.nix + # generated at installation time. So we force it to false + # for now. boot.loader.systemd-boot.enable = lib.mkForce false; boot.lanzaboote = {