1 2 3 4 5
{ config, lib, pkgs, modulesPath, ... }: { imports = [ "${toString modulesPath}/virtualisation/lxc-container.nix" ]; }