According to https://chris-martin.org/2015/installing-nixos there is a /etc/nixos/configuration.nix
file present.
I'm using the docker container from https://hub.docker.com/r/nixos/nix/ and running
find . -name "configuration.nix"
within the container returns no results.
Where is this configuration located?