Fix mixed tabs and spaces
This commit is contained in:
parent
cb315d543c
commit
ad9b9ec5b5
|
@ -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 = {
|
||||
|
|
Loading…
Reference in New Issue