2024-08-24 01:02:15 +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:02:15 +00:00
|
|
|
|
|
|
|
|
|
{
|
2024-08-24 15:39:49 +00:00
|
|
|
|
imports = [ (modulesPath + "/profiles/qemu-guest.nix") ];
|
2024-08-24 01:02:15 +00:00
|
|
|
|
|
2024-08-24 15:39:49 +00:00
|
|
|
|
boot.initrd.availableKernelModules = [
|
|
|
|
|
"ata_piix"
|
|
|
|
|
"uhci_hcd"
|
|
|
|
|
"virtio_pci"
|
|
|
|
|
"sr_mod"
|
|
|
|
|
"virtio_blk"
|
|
|
|
|
];
|
2024-08-24 01:02:15 +00:00
|
|
|
|
boot.initrd.kernelModules = [ ];
|
|
|
|
|
boot.kernelModules = [ ];
|
|
|
|
|
boot.extraModulePackages = [ ];
|
|
|
|
|
|
|
|
|
|
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
|
|
|
|
}
|