(aurum) setup lanzaboot

This commit is contained in:
Laureηt 2024-10-05 23:31:41 +02:00
parent c4a4f8826e
commit 0b63799413
Signed by: Laurent
SSH key fingerprint: SHA256:pb5NrYg80So5z9hmqQFPmp//sgr+DFeJkKhmGyU2NLk
3 changed files with 2 additions and 5 deletions

View file

@ -8,9 +8,6 @@
boot.supportedFilesystems = ["ntfs"];
boot.loader.efi.canTouchEfiVariables = true;
# TODO: replace by lanzaboot
boot.loader.systemd-boot.enable = true;
# clean /tmp at each boot
boot.tmp.cleanOnBoot = true;

View file

@ -16,7 +16,7 @@
./hardware.nix
./i18n.nix
./impermanence.nix
# ./lanzaboot.nix
./lanzaboot.nix
./networking.nix
./nix.nix
./security.nix

View file

@ -27,7 +27,7 @@ in {
inputs.disko.nixosModules.default
inputs.impermanence.nixosModules.impermanence
inputs.nixos-hardware.nixosModules.dell-xps-13-9315
# inputs.lanzaboote.nixosModules.lanzaboote
inputs.lanzaboote.nixosModules.lanzaboote
{inherit home-manager;}
];
};