nixos/hosts/gAluminum/hardware.nix

27 lines
782 B
Nix
Raw Permalink Normal View History

2021-07-01 01:02:55 +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, ... }:
{
2021-11-25 11:42:32 +00:00
imports = [ (modulesPath + "/installer/scan/not-detected.nix") ];
2021-07-01 01:02:55 +01:00
2021-11-25 11:42:32 +00:00
boot.initrd.availableKernelModules =
[ "xhci_pci" "ahci" "nvme" "usb_storage" "sd_mod" "rtsx_pci_sdmmc" ];
2021-07-01 01:02:55 +01:00
boot.initrd.kernelModules = [ "dm-snapshot" ];
boot.kernelModules = [ "kvm-intel" ];
boot.extraModulePackages = [ ];
2021-11-25 11:42:32 +00:00
fileSystems."/" = {
device = "/dev/disk/by-uuid/92ad62ff-627e-4fd7-9ced-0c0716d3f848";
fsType = "ext4";
};
2021-07-01 01:02:55 +01:00
2021-11-25 11:42:32 +00:00
fileSystems."/boot/efi" = {
device = "/dev/disk/by-uuid/3008-4A28";
fsType = "vfat";
};
2021-07-01 01:02:55 +01:00
swapDevices = [ ];
}