Luke Granger-Brown
57725ef3ec
git-subtree-dir: third_party/nixpkgs git-subtree-split: 76612b17c0ce71689921ca12d9ffdc9c23ce40b2
12 lines
403 B
Nix
12 lines
403 B
Nix
{ 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" ];
|
|
}
|