infra/nix/ops/nano/hardware-configuration.nix

23 lines
640 B
Nix
Raw Normal View History

2015-10-23 01:26:53 +02: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.
{ config, lib, pkgs, ... }:
{
2022-10-31 11:04:38 +01:00
imports = [ <nixpkgs/nixos/modules/installer/scan/not-detected.nix> ];
2015-10-23 01:26:53 +02:00
2022-10-31 11:04:38 +01:00
boot.initrd.availableKernelModules =
[ "xhci_pci" "ehci_pci" "ahci" "usb_storage" "usbhid" "sd_mod" ];
2015-10-23 01:26:53 +02:00
boot.kernelModules = [ "kvm-intel" ];
boot.extraModulePackages = [ ];
2022-10-31 11:04:38 +01:00
fileSystems."/" = {
device = "/dev/disk/by-uuid/e02a410e-5044-440f-90e9-b573e51f1315";
fsType = "ext4";
};
2015-10-23 01:26:53 +02:00
swapDevices = [ ];
nix.maxJobs = 2;
}