···1+{ modulesPath, ... }:
2+3+{
4+ # To build the configuration or use nix-env, you need to run
5+ # either nixos-rebuild --upgrade or nix-channel --update
6+ # to fetch the nixos channel.
7+8+ # This configures everything but bootstrap services,
9+ # which only need to be run once and have already finished
10+ # if you are able to see this comment.
11+ imports = [ "${modulesPath}/virtualisation/oci-common.nix" ];
12+}