From 478c73751f6b0d3e110ca8990f6d635e4c7d9303 Mon Sep 17 00:00:00 2001 From: Tom Alexander Date: Mon, 27 Oct 2025 11:25:46 -0400 Subject: [PATCH] Try to fix install. --- nix/configuration/formats/iso.nix | 1 + nix/configuration/formats/vm_iso.nix | 2 ++ nix/configuration/hosts/recovery/default.nix | 1 + nix/configuration/roles/disko/default.nix | 2 +- 4 files changed, 5 insertions(+), 1 deletion(-) diff --git a/nix/configuration/formats/iso.nix b/nix/configuration/formats/iso.nix index c911623..4f01a58 100644 --- a/nix/configuration/formats/iso.nix +++ b/nix/configuration/formats/iso.nix @@ -12,6 +12,7 @@ config = { isoImage.makeEfiBootable = true; isoImage.makeUsbBootable = true; + me.boot.enable = lib.mkForce false; me.buildingPortable = true; me.disko.enable = true; diff --git a/nix/configuration/formats/vm_iso.nix b/nix/configuration/formats/vm_iso.nix index 7154949..1554290 100644 --- a/nix/configuration/formats/vm_iso.nix +++ b/nix/configuration/formats/vm_iso.nix @@ -1,4 +1,5 @@ { + lib, modulesPath, ... }: @@ -12,6 +13,7 @@ config = { isoImage.makeEfiBootable = true; isoImage.makeUsbBootable = true; + me.boot.enable = lib.mkForce false; networking.dhcpcd.enable = true; networking.useDHCP = true; diff --git a/nix/configuration/hosts/recovery/default.nix b/nix/configuration/hosts/recovery/default.nix index 00a9032..8510d1b 100644 --- a/nix/configuration/hosts/recovery/default.nix +++ b/nix/configuration/hosts/recovery/default.nix @@ -21,6 +21,7 @@ time.timeZone = "America/New_York"; i18n.defaultLocale = "en_US.UTF-8"; + me.boot.enable = true; me.boot.secure = true; me.mountPersistence = true; diff --git a/nix/configuration/roles/disko/default.nix b/nix/configuration/roles/disko/default.nix index f4cbadf..f4d2115 100644 --- a/nix/configuration/roles/disko/default.nix +++ b/nix/configuration/roles/disko/default.nix @@ -19,7 +19,7 @@ let in lib.unique (lib.flatten (collector self)); dependencies = [ - # this_nixos_config.config.system.build.toplevel + this_nixos_config.config.system.build.toplevel this_nixos_config.config.system.build.diskoScript # this_nixos_config.config.system.build.diskoScript.drvPath this_nixos_config.pkgs.stdenv.drvPath