From 4a19b2004e5f3104c785574d94baf71614825c9e Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Sun, 3 Mar 2024 10:26:19 +0800 Subject: [PATCH] nixos/profiles/installer: update --- modules/nixos/profiles/installer.nix | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/modules/nixos/profiles/installer.nix b/modules/nixos/profiles/installer.nix index 0e643b4d..ba9c367b 100644 --- a/modules/nixos/profiles/installer.nix +++ b/modules/nixos/profiles/installer.nix @@ -1,7 +1,15 @@ -# A dedicated profile for installers with some niceties in it. -{ pkgs, ... }: +# A dedicated profile for installers with some niceties in it. This is also +# used for persistent live installers. +{ pkgs, modulesPath, ... }: { + imports = [ + "${modulesPath}/profiles/all-hardware.nix" + "${modulesPath}/profiles/base.nix" + "${modulesPath}/profiles/installation-device.nix" + ]; + + # Include some modern niceties. environment.systemPackages = with pkgs; [ ripgrep git