Merge pull request #97 from SuperSandro2000/patch-1

Fix mixed tabs and spaces
This commit is contained in:
Julian Stecklina 2023-02-08 10:19:01 +01:00 committed by GitHub
commit 5f5b04a6f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -145,9 +145,9 @@ nixosConfigurations = {
]; ];
# Lanzaboote currently replaces the systemd-boot module. # Lanzaboote currently replaces the systemd-boot module.
# This setting is usually set to true in configuration.nix # This setting is usually set to true in configuration.nix
# generated at installation time. So we force it to false # generated at installation time. So we force it to false
# for now. # for now.
boot.loader.systemd-boot.enable = lib.mkForce false; boot.loader.systemd-boot.enable = lib.mkForce false;
boot.lanzaboote = { boot.lanzaboote = {