mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 20:39:18 -08:00
Fix dummy host meta stub.
This commit is contained in:
parent
54a9593c39
commit
4790f583a4
1 changed files with 3 additions and 3 deletions
|
|
@ -1,8 +1,8 @@
|
||||||
{ lib, config, ... }: with lib; {
|
{ lib, config, ... }: with lib; {
|
||||||
network.nodes.mabon = {
|
network.nodes.dummy = {
|
||||||
imports = lib.hostImport "mabon";
|
imports = lib.hostImport "dummy";
|
||||||
networking = {
|
networking = {
|
||||||
hostName = "mabon";
|
hostName = "dummy";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue