Skip to content

Commit

Permalink
add not detected nix
Browse files Browse the repository at this point in the history
  • Loading branch information
orzklv committed Jun 18, 2024
1 parent 9de9a35 commit 23885cf
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions robot.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
{ modulesPath, config, lib, pkgs, ... }: {
imports = [
(modulesPath + "/installer/scan/not-detected.nix")
(modulesPath + "/profiles/qemu-guest.nix")
./disk-config.nix
];

Expand All @@ -10,20 +12,10 @@
MAILADDR [email protected]
'';
};
initrd = {
kernelModules = ["nvme"];
availableKernelModules = ["xhci_pci" "ahci" "nvme" "usbhid"];
};
loader = {
systemd-boot.enable = false;
efi = {
canTouchEfiVariables = true;
};
grub = {
enable = true;
efiSupport = true;
useOSProber = true;
device = "nodev";
efiInstallAsRemovable = true;
};
};
};
Expand Down

0 comments on commit 23885cf

Please sign in to comment.