about summary refs log tree commit diff
path: root/machines/labnet/labtop/hardware-configuration.nix
blob: 2791d3a9549218b89b7f95a10614029a5ca19145 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# 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, ... }:

{
  imports =
    [ <nixpkgs/nixos/modules/installer/scan/not-detected.nix>
    ];

  boot.initrd.availableKernelModules = [ "uhci_hcd" "ehci_pci" "ata_piix" "firewire_ohci" "usb_storage" ];
  boot.kernelModules = [ "kvm-intel" ];
  boot.extraModulePackages = [ ];

  fileSystems."/" =
    { device = "/dev/disk/by-uuid/754fd3e3-2e04-4028-9363-0c6bb4c54367";
      fsType = "ext4";
    };

  hardware.trackpoint.emulateWheel = true;

  swapDevices = [ ];

  nix.maxJobs = 2;
  networking.enableIntel3945ABGFirmware = true;
}