mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
modules: add hexchen's network thing
This commit is contained in:
parent
e0aa1fc238
commit
017372b348
4 changed files with 57 additions and 2 deletions
|
|
@ -1,10 +1,17 @@
|
|||
{ sources, ... }:
|
||||
{ sources, lib, ... }:
|
||||
|
||||
{
|
||||
let
|
||||
hexchen = (import sources.nix-hexchen) {};
|
||||
in {
|
||||
imports = [
|
||||
./deploy
|
||||
./tf-glue
|
||||
(sources.tf-nix + "/modules/nixos/secrets.nix")
|
||||
(sources.tf-nix + "/modules/nixos/secrets-users.nix")
|
||||
hexchen.modules.hexnet
|
||||
];
|
||||
|
||||
# stubs for hexchens modules, until more generalized
|
||||
options.hexchen.dns = lib.mkOption {};
|
||||
options.hexchen.deploy = lib.mkOption {};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue