From ad9b9ec5b5ee3fdc4b189ec29b68700900f53a7d Mon Sep 17 00:00:00 2001 From: Sandro Date: Tue, 7 Feb 2023 23:31:58 +0100 Subject: [PATCH] Fix mixed tabs and spaces --- docs/QUICK_START.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 = {