nixos-config/machines/NixOS-CT/hardware-configuration.nix

4 lines
121 B
Nix
Raw Normal View History

2022-02-11 14:07:03 +03:00
{ config, lib, pkgs, modulesPath, ... }: {
2023-01-26 00:09:21 +03:00
imports = [ "${toString modulesPath}/virtualisation/lxc-container.nix" ];
2022-02-11 14:07:03 +03:00
}