forked from DGNum/infrastructure
feat(infra): Add nodeMeta argument
This commit is contained in:
parent
f63c95e4d9
commit
cbdbed1099
4 changed files with 12 additions and 11 deletions
|
@ -3,6 +3,7 @@
|
|||
lib,
|
||||
meta,
|
||||
name,
|
||||
nodeMeta,
|
||||
...
|
||||
}:
|
||||
|
||||
|
@ -42,7 +43,7 @@ in
|
|||
inherit (net') hostId;
|
||||
|
||||
hostName = name;
|
||||
domain = "${meta.nodes.${name}.site}.infra.dgnum.eu";
|
||||
domain = "${nodeMeta.site}.infra.dgnum.eu";
|
||||
useNetworkd = true;
|
||||
|
||||
firewall.logRefusedConnections = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue