finished template lxc config
This commit is contained in:
parent
bb454ee5c6
commit
e2390de8de
4 changed files with 12 additions and 15 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue