grub and wireless to miner

This commit is contained in:
Ivan Kirilov Dimitrov 2024-08-04 20:00:51 +02:00
parent 793790226b
commit 00d0aff6f8
No known key found for this signature in database
GPG Key ID: 0BDAD4B211C49294

View File

@ -23,6 +23,6 @@ in
nova-ai = novaConfig (with mods; [ ivand ai ]);
install-iso = configWithModules { modules = (with mods; [ grub base shell wireless ]); };
vps = configWithModules { modules = (with mods; [ base shell security vps ]); };
stara-miner = configWithModules { hardware = import /etc/nixos/hardware-configuration.nix; modules = (with mods; [ base shell security monero-miner ]); };
stara-miner = configWithModules { modules = (with mods; [ grub base shell wireless security monero-miner ]); };
};
}