# 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" ]; boot.initrd.kernelModules = [ ]; boot.kernelModules = [ "kvm-amd" ]; boot.extraModulePackages = [ ]; fileSystems."/" = { device = "/dev/disk/by-uuid/3bf12238-0a1b-4d18-9cf0-a06209368e76"; fsType = "ext4"; }; fileSystems."/boot" = { device = "/dev/disk/by-uuid/16F5-2D1A"; fsType = "vfat"; options = [ "fmask=0077" "dmask=0077" ]; }; fileSystems."/media/gamedisk4" = { device = "/dev/disk/by-uuid/D290EB87C8A1E82A"; fsType = "ntfs3"; }; fileSystems."/media/music" = { device = "192.168.132.149:/media/music"; fsType = "nfs4"; }; fileSystems."/media/arch" = { device = "/dev/disk/by-uuid/8873d98f-c461-4d34-8867-f4ebd5c205d2"; fsType = "ext4"; }; swapDevices = [ { device = "/dev/disk/by-uuid/5949c73f-30eb-4956-9e93-70301c88fad8"; } ]; nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; }