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

12 lines
130 B
Nix
Raw Normal View History

2022-01-24 11:14:34 +01:00
{
2022-03-01 22:19:03 +01:00
config,
lib,
pkgs,
modulesPath,
...
}: {
2022-01-24 11:14:34 +01:00
imports = [
(modulesPath + "/virtualisation/lxc-container.nix")
];
}