nixos-config/machines/drone/hardware-configuration.nix

12 lines
130 B
Nix
Raw Normal View History

2021-12-10 15:58:04 +01:00
{
2022-03-01 22:19:03 +01:00
config,
lib,
pkgs,
modulesPath,
...
}: {
2021-12-10 15:58:04 +01:00
imports = [
(modulesPath + "/virtualisation/lxc-container.nix")
];
}