# 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 = [ ]; # boot.initrd.availableKernelModules = [ "ata_piix" "mptspi" "uhci_hcd" "ehci_pci" "ahci" "xhci_pci" "nvme" "sd_mod" "sr_mod" ]; # boot.initrd.kernelModules = [ ]; # boot.kernelModules = [ ]; # boot.extraModulePackages = [ ]; # swapDevices = [ ]; # see configuration.nix }