# 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" "sd_mod" ]; boot.kernelModules = [ "kvm-intel" ]; boot.extraModulePackages = [ ]; fileSystems."/" = { device = "/dev/disk/by-uuid/72ae2769-3a3e-4bcd-9878-2e0a6fc7e003"; fsType = "ext4"; }; swapDevices = [ { device = "/dev/disk/by-uuid/0b909833-0603-4923-84c9-9b2e8e6c4a72"; } ]; nix.maxJobs = lib.mkDefault 4; }