···11+{ modulesPath, ... }:
22+33+{
44+ # To build the configuration or use nix-env, you need to run
55+ # either nixos-rebuild --upgrade or nix-channel --update
66+ # to fetch the nixos channel.
77+88+ # This configures everything but bootstrap services,
99+ # which only need to be run once and have already finished
1010+ # if you are able to see this comment.
1111+ imports = [ "${modulesPath}/virtualisation/oci-common.nix" ];
1212+}