summary refs log tree commit diff
path: root/nixos/modules/virtualisation/oci-config-user.nix
blob: 70c0b34efe7a1e6ac59fea75ca23478433f76e1b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{ modulesPath, ... }:

{
  # To build the configuration or use nix-env, you need to run
  # either nixos-rebuild --upgrade or nix-channel --update
  # to fetch the nixos channel.

  # This configures everything but bootstrap services,
  # which only need to be run once and have already finished
  # if you are able to see this comment.
  imports = [ "${modulesPath}/virtualisation/oci-common.nix" ];
}