Add installer

Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2024-12-19 17:36:05 +00:00
parent 4f13f13df6
commit dbc913fcd8
16 changed files with 271 additions and 30 deletions

8
hosts/elara/hardware.nix Normal file
View File

@@ -0,0 +1,8 @@
{ ... }:
{
boot.initrd.kernelModules = [
"xhci_pci"
"usb_storage"
"sd_mod"
];
}