473 current 2024-04-26 13:47:33 24.05.20240426.4c86138 6.8.6-zen1 *
This commit is contained in:
parent
f4923d1ff6
commit
0de05774b7
1 changed files with 5 additions and 1 deletions
|
|
@ -44,7 +44,11 @@
|
||||||
services.fstrim.enable = true;
|
services.fstrim.enable = true;
|
||||||
|
|
||||||
# Bootloader.
|
# Bootloader.
|
||||||
boot.loader.systemd-boot.enable = true;
|
boot.loader.systemd-boot.enable = lib.mkForce false;
|
||||||
|
boot.lanzaboote = {
|
||||||
|
enable = true;
|
||||||
|
pkiBundle = "/etc/secureboot";
|
||||||
|
};
|
||||||
boot.loader.efi.canTouchEfiVariables = true;
|
boot.loader.efi.canTouchEfiVariables = true;
|
||||||
|
|
||||||
networking.hostName = "earth"; # Define your hostname.
|
networking.hostName = "earth"; # Define your hostname.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue