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

8 lines
102 B
Nix
Raw Normal View History

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