hosts/daiyousei: init. auto hostnames. profiles/cross.

This commit is contained in:
kat witch 2021-09-02 05:19:04 +01:00
parent d2a823f5bc
commit 3e52c7648a
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
22 changed files with 479 additions and 23 deletions

View file

@ -69,6 +69,9 @@ let
(host: {
network.nodes.${host} = {
imports = config.lib.kw.nodeImport host;
networking = {
hostName = host;
};
};
})
(lib.attrNames xarg.hosts));