infra/hosts/delite/hardware-configuration.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

27 lines
582 B
Nix
Raw Normal View History

2024-08-24 01:01:11 +00:00
# Do not modify this file! It was generated by nixos-generate-config
# and may be overwritten by future invocations. Please make changes
# to /etc/nixos/configuration.nix instead.
2024-08-24 15:39:49 +00:00
{
config,
lib,
pkgs,
modulesPath,
...
}:
2024-08-24 01:01:11 +00:00
{
2024-08-24 15:39:49 +00:00
imports = [ (modulesPath + "/profiles/qemu-guest.nix") ];
2024-08-24 01:01:11 +00:00
2024-08-24 15:39:49 +00:00
boot.initrd.availableKernelModules = [
"ata_piix"
"uhci_hcd"
"virtio_pci"
"virtio_blk"
];
2024-08-24 01:01:11 +00:00
boot.initrd.kernelModules = [ "dm-snapshot" ];
boot.kernelModules = [ ];
boot.extraModulePackages = [ ];
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
}