Ok, distributed. Maybe.
This commit is contained in:
parent
4e145a70d9
commit
9191593dc7
9 changed files with 76 additions and 47 deletions
10
modules/system/devices/networking/hosts/default.nix
Normal file
10
modules/system/devices/networking/hosts/default.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{ config, lib, nodes, ... }:
|
||||
{
|
||||
networking.hosts = with nodes; {
|
||||
"${midas.config.deployment.targetHost}" = [ "midas" ];
|
||||
"${kitty.config.deployment.targetHost}" = [ "kitty" ];
|
||||
"${detritus.config.deployment.targetHost}" = [ "detritus" ];
|
||||
"${elder.config.deployment.targetHost}" = [ "elder" ];
|
||||
"${prophet.config.deployment.targetHost}" = [ "prophet" ];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue