finished template lxc config

This commit is contained in:
Vivian 2021-10-17 13:00:47 +02:00
parent bb454ee5c6
commit e2390de8de
4 changed files with 12 additions and 15 deletions

View file

@ -12,7 +12,7 @@
nixosConfigurations.template = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
modules = [ ./hosts/template/configuration.nix ];
modules = [ "${nixpkgs}/nixos/modules/virtualisation/lxc-container.nix" ./hosts/template/configuration.nix ];
};
deploy.nodes.bastion = {