# 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, ... }: { imports = [ ../profiles/desktop.nix ]; boot.initrd.availableKernelModules = ["vmd" "xhci_pci" "nvme" "ahci" "usbhid" "usb_storage" "sd_mod"]; boot.initrd.kernelModules = []; boot.kernelModules = ["kvm-intel"]; boot.extraModulePackages = []; boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; hardware.opengl.driSupport = true; hardware.opengl.enable = true; hardware.nvidia = { modesetting.enable = true; powerManagement.enable = false; powerManagement.finegrained = false; open = false; nvidiaSettings = true; }; fileSystems."/" = { device = "/dev/disk/by-uuid/4e9a4d87-4b00-413b-84c0-62e737a012a9"; fsType = "ext4"; }; fileSystems."/boot" = { device = "/dev/disk/by-uuid/1641-A38E"; fsType = "vfat"; }; swapDevices = []; networking.hostName = "glassbox"; hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; }