1
0
Fork 0
nixfiles/hosts/carbon/hardware-configuration.nix

24 lines
673 B
Nix
Raw Normal View History

2020-12-06 16:40:47 +01: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, modulesPath, ... }:
{
imports =
[ (modulesPath + "/installer/scan/not-detected.nix")
];
boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "ehci_pci" "usb_storage" "sd_mod" "sdhci_pci" ];
boot.initrd.kernelModules = [ ];
boot.kernelModules = [ "kvm-amd" ];
boot.extraModulePackages = [ ];
fileSystems."/" =
{ device = "/dev/disk/by-uuid/26bd769b-e75c-40a6-beb5-a01539f5d210";
fsType = "ext4";
};
swapDevices = [ ];
}