# 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/b3cb0342-3f23-4744-b7d5-81bfe796f7dc"; fsType = "ext4"; }; fileSystems."/boot" = { device = "/dev/disk/by-uuid/4347-5916"; fsType = "vfat"; }; swapDevices = [ ]; virtualisation.hypervGuest.enable = true; }