# 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 = [ ]; boot.initrd.availableKernelModules = [ "ehci_pci" "ahci" "usb_storage" "usbhid" "sd_mod" ]; boot.kernelModules = [ "kvm-intel" ]; boot.extraModulePackages = [ ]; hardware.cpu.intel.updateMicrocode = true; boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; fileSystems."/" = { device = "/dev/disk/by-uuid/fa5026b1-0f73-4233-a417-780c65f3f038"; fsType = "btrfs"; }; fileSystems."/boot" = { device = "/dev/disk/by-uuid/729B-0F6C"; fsType = "vfat"; }; swapDevices = [ { device = "/dev/disk/by-uuid/086b6aaa-a737-4747-91d6-b4923bf14858"; } ]; nix.maxJobs = lib.mkDefault 4; services.xserver.videoDrivers = ["intel"]; environment.systemPackages = with pkgs; [ btrfs-progs ]; }