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.
|
|
|
|
|
{
|
2023-02-07 18:23:51 +01:00
|
|
|
|
config,
|
|
|
|
|
lib,
|
|
|
|
|
pkgs,
|
|
|
|
|
...
|
|
|
|
|
}: {
|
|
|
|
|
imports = [<nixpkgs/nixos/modules/installer/scan/not-detected.nix>];
|
2015-10-23 01:26:53 +02:00
|
|
|
|
|
2023-02-07 18:23:51 +01:00
|
|
|
|
boot.initrd.availableKernelModules = ["xhci_pci" "ehci_pci" "ahci" "usb_storage" "usbhid" "sd_mod"];
|
|
|
|
|
boot.kernelModules = ["kvm-intel"];
|
|
|
|
|
boot.extraModulePackages = [];
|
2015-10-23 01:26:53 +02:00
|
|
|
|
|
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
|
|
|
|
|
2023-02-07 18:23:51 +01:00
|
|
|
|
swapDevices = [];
|
2015-10-23 01:26:53 +02:00
|
|
|
|
|
|
|
|
|
nix.maxJobs = 2;
|
|
|
|
|
}
|