mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
hosts/daiyousei: init. auto hostnames. profiles/cross.
This commit is contained in:
parent
d2a823f5bc
commit
3e52c7648a
22 changed files with 479 additions and 23 deletions
|
|
@ -69,6 +69,9 @@ let
|
|||
(host: {
|
||||
network.nodes.${host} = {
|
||||
imports = config.lib.kw.nodeImport host;
|
||||
networking = {
|
||||
hostName = host;
|
||||
};
|
||||
};
|
||||
})
|
||||
(lib.attrNames xarg.hosts));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue