char/flake
nixos flake
git clone https://git.t4t.associates/char/flake
bccb49d
main
1# Do not modify this file! It was generated by ‘nixos-generate-config’ 2# and may be overwritten by future invocations. Please make changes 3# to /etc/nixos/configuration.nix instead. 4{ config , lib , pkgs , modulesPath , ...} : 5 6{ 7imports = 8[ ( modulesPath + "/installer/scan/not-detected.nix" ) 9]; 10 11boot . initrd . availableKernelModules = [ "nvme" "xhci_pci" "thunderbolt" "usbhid" "usb_storage" "sd_mod" ]; 12boot . initrd . kernelModules = [ ]; 13boot . kernelModules = [ "kvm-amd" ]; 14boot . extraModulePackages = [ ]; 15 16nixpkgs . hostPlatform = lib . mkDefault "x86_64-linux" ; 17hardware . cpu . amd . updateMicrocode = lib . mkDefault config . hardware . enableRedistributableFirmware ; 18}