# 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 = [ ]; boot.initrd.availableKernelModules = [ "sd_mod" "sr_mod" ]; boot.initrd.kernelModules = [ ]; boot.kernelModules = [ ]; boot.extraModulePackages = [ ]; fileSystems."/" = { device = "/dev/disk/by-uuid/0f636fe0-cd3c-4c82-b936-bb53a07ded6b"; fsType = "ext4"; }; fileSystems."/boot" = { device = "/dev/disk/by-uuid/29AC-47D5"; fsType = "vfat"; }; swapDevices = [ ]; virtualisation.hypervGuest.enable = true; }