diff --git a/hosts/aurum/system/boot.nix b/hosts/aurum/system/boot.nix index 2025507..18ad8cb 100644 --- a/hosts/aurum/system/boot.nix +++ b/hosts/aurum/system/boot.nix @@ -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; diff --git a/hosts/aurum/system/default.nix b/hosts/aurum/system/default.nix index c0f72e9..a0bf7bc 100644 --- a/hosts/aurum/system/default.nix +++ b/hosts/aurum/system/default.nix @@ -16,7 +16,7 @@ ./hardware.nix ./i18n.nix ./impermanence.nix - # ./lanzaboot.nix + ./lanzaboot.nix ./networking.nix ./nix.nix ./security.nix diff --git a/hosts/default.nix b/hosts/default.nix index aaeaef4..01452c2 100644 --- a/hosts/default.nix +++ b/hosts/default.nix @@ -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;} ]; };