# 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 = [ "xhci_pci" "ahci" "usbhid" "usb_storage" "sd_mod" "sr_mod" ]; boot.initrd.kernelModules = [ ]; boot.kernelModules = [ "kvm-amd" ]; boot.extraModulePackages = [ ]; # boot.kernelPackages = pkgs.linuxKernel.packages.linux_6_7; fileSystems."/" = { device = "/dev/disk/by-uuid/d89e1496-fda1-4de0-b2cc-474967b04402"; fsType = "ext4"; }; fileSystems."/boot" = { device = "/dev/disk/by-uuid/A51A-1F4D"; fsType = "vfat"; }; swapDevices = [ ]; }