Test bringing up openstack instance
This commit is contained in:
parent
ea031511cf
commit
748e1763ad
24 changed files with 932 additions and 99 deletions
12
flake.nix
12
flake.nix
|
@ -86,5 +86,17 @@
|
|||
inherit inputs;
|
||||
khscodesLib = inputs.self.lib;
|
||||
};
|
||||
terranixModules.s3 = import ./nix/modules/terranix/s3 {
|
||||
inherit inputs;
|
||||
khscodesLib = inputs.self.lib;
|
||||
};
|
||||
terranixModules.openstack = import ./nix/modules/terranix/openstack {
|
||||
inherit inputs;
|
||||
khscodesLib = inputs.self.lib;
|
||||
};
|
||||
terranixModules.unifi = import ./nix/modules/terranix/unifi {
|
||||
inherit inputs;
|
||||
khscodesLib = inputs.self.lib;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue