From bac787e1d77fcd4e47b72c676f72e0e60a723916 Mon Sep 17 00:00:00 2001 From: Ivan Kirilov Dimitrov Date: Sun, 4 Aug 2024 12:18:25 +0200 Subject: [PATCH] add shell and wireless to iso --- nixos/configs/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/configs/default.nix b/nixos/configs/default.nix index 9049206..876943a 100644 --- a/nixos/configs/default.nix +++ b/nixos/configs/default.nix @@ -20,7 +20,7 @@ in music = novaConfig (with mods; [ music ivand ]); nonya = novaConfig (with mods; [ anon cryptocurrency ivand ]); ai = novaConfig (with mods; [ ai ivand ]); - installer-iso = configWithModules { hardware = { }; modules = (with mods; [ grub base ]); }; + installer-iso = configWithModules { hardware = { }; modules = (with mods; [ grub base shell wireless ]); }; vps = configWithModules { hardware = { nixpkgs.hostPlatform = system; }; modules = (with mods; [ base shell vps ]); }; }; }