mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
Dummy config needs a meta stub and to be imported for yggdrassil.
This commit is contained in:
parent
54b03946a5
commit
5ceeba933a
2 changed files with 9 additions and 0 deletions
8
config/hosts/dummy/meta.nix
Normal file
8
config/hosts/dummy/meta.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{ lib, config, ... }: with lib; {
|
||||
network.nodes.mabon = {
|
||||
imports = lib.hostImport "mabon";
|
||||
networking = {
|
||||
hostName = "mabon";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
@ -30,6 +30,7 @@ let
|
|||
metaConfig
|
||||
./config/targets
|
||||
./config/modules/meta/default.nix
|
||||
./config/hosts/dummy/meta.nix
|
||||
./config/hosts/athame/meta.nix
|
||||
./config/hosts/samhain/meta.nix
|
||||
./config/hosts/yule/meta.nix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue