Base LXC image from where all containers start
This commit is contained in:
parent
4e649d4344
commit
e5f47681ae
2 changed files with 40 additions and 0 deletions
|
|
@ -49,6 +49,16 @@ in
|
|||
# specialArgs = { };
|
||||
};
|
||||
|
||||
baseLXC = nixpkgs.lib.nixosSystem {
|
||||
pkgs = pkgs "x86_64-linux";
|
||||
modules = [
|
||||
myModule
|
||||
proxmoxModule
|
||||
./base-lxc.nix
|
||||
agenix.nixosModules.default
|
||||
];
|
||||
};
|
||||
|
||||
arr = nixpkgs.lib.nixosSystem {
|
||||
pkgs = pkgs "x86_64-linux";
|
||||
modules = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue