mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
Cursed refactor.
This commit is contained in:
parent
20b4bafa85
commit
5845debc95
83 changed files with 1000 additions and 804 deletions
|
|
@ -6,9 +6,9 @@ rec {
|
|||
hosts = import ./lib/hosts.nix { inherit pkgs sources witch; };
|
||||
|
||||
inherit (pkgs) lib;
|
||||
|
||||
|
||||
deploy = import ./lib/deploy.nix {
|
||||
inherit pkgs;
|
||||
inherit (hosts) hosts profiles;
|
||||
inherit (hosts) hosts groups;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue