# 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 = [ (modulesPath + "/installer/scan/not-detected.nix") ]; boot.initrd.availableKernelModules = [ "ahci" ]; boot.initrd.kernelModules = [ "dm-snapshot" ]; boot.kernelModules = [ "kvm-intel" ]; boot.extraModulePackages = [ ]; fileSystems."/" = { device = "/dev/disk/by-uuid/35ca3392-548a-45ef-9e72-392cddfcea1b"; fsType = "btrfs"; options = [ "subvol=root" ]; }; fileSystems."/home" = { device = "/dev/disk/by-uuid/35ca3392-548a-45ef-9e72-392cddfcea1b"; fsType = "btrfs"; options = [ "subvol=home" ]; }; fileSystems."/boot" = { device = "/dev/disk/by-uuid/d1d3cc19-980f-42ea-9784-a223ea71f435"; fsType = "ext4"; }; swapDevices = [ { device = "/dev/disk/by-uuid/86fdcded-3f0e-4ee0-81bc-c1c92cb96ab1"; } ]; powerManagement.cpuFreqGovernor = lib.mkDefault "performance"; }