Dummy config needs a meta stub and to be imported for yggdrassil.

This commit is contained in:
kat witch 2021-07-06 01:47:58 +01:00
parent 54b03946a5
commit 5ceeba933a
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
2 changed files with 9 additions and 0 deletions

View file

@ -0,0 +1,8 @@
{ lib, config, ... }: with lib; {
network.nodes.mabon = {
imports = lib.hostImport "mabon";
networking = {
hostName = "mabon";
};
};
}

View file

@ -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