Fix the spelling of lanzaboote
This commit is contained in:
parent
9cac98285d
commit
cf984f4231
1 changed files with 2 additions and 2 deletions
|
@ -18,11 +18,11 @@ if you don't want to use [sops](https://github.com/Mic92/sops-nix) secret manage
|
||||||
Upon any of the above changes; also remove/replace the secret files, they can be found under the host configuration folders in
|
Upon any of the above changes; also remove/replace the secret files, they can be found under the host configuration folders in
|
||||||
``hosts/<hostname>/secrets/sops.yaml``
|
``hosts/<hostname>/secrets/sops.yaml``
|
||||||
|
|
||||||
For the hosts EDI and GLaDOS, [lanzaboot](https://github.com/nix-community/lanzaboote) has to be disabled (and re-enabled if you want secure boot after install). You can first replace enabling lanzaboot with systemd-boot. You can do this by commenting out the lanzaboot configuration, and replace the line
|
For the hosts EDI and GLaDOS, [lanzaboote](https://github.com/nix-community/lanzaboote) has to be disabled (and re-enabled if you want secure boot after install). You can first replace enabling lanzaboote with systemd-boot. You can do this by commenting out the lanzaboot configuration, and replace the line
|
||||||
|
|
||||||
``boot.loader.systemd-boot.enable = lib.mkForce false;`` with ``boot.loader.systemd-boot.enable = true``
|
``boot.loader.systemd-boot.enable = lib.mkForce false;`` with ``boot.loader.systemd-boot.enable = true``
|
||||||
|
|
||||||
To turn secure boot back on again you can look at the [lanzaboot](https://github.com/nix-community/lanzaboote) repository and follow the install steps.
|
To turn secure boot back on again you can look at the [lanzaboote](https://github.com/nix-community/lanzaboote) repository and follow the install steps.
|
||||||
|
|
||||||
Then run this command with your cloned github repo (I put mine in /etc/nixos):
|
Then run this command with your cloned github repo (I put mine in /etc/nixos):
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue