From 0b6379941377a1bdae06867207cffa3cf2112170 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laure=CE=B7t?= Date: Sat, 5 Oct 2024 23:31:41 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20(aurum)=20setup=20lanzaboot?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hosts/aurum/system/boot.nix | 3 --- hosts/aurum/system/default.nix | 2 +- hosts/default.nix | 2 +- 3 files changed, 2 insertions(+), 5 deletions(-) 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;} ]; };