Add flight, more stuff with distributed builds
This commit is contained in:
parent
2f76f3be7e
commit
0ab856b18e
11 changed files with 218 additions and 2 deletions
|
@ -1,6 +1,14 @@
|
|||
{ config, lib, nodes, ... }:
|
||||
{
|
||||
networking.hosts = with nodes; {
|
||||
# PCs
|
||||
"${tower.config.deployment.targetHost}" = [ "tower" ];
|
||||
"${hidden.config.deployment.targetHost}" = [ "hidden" ];
|
||||
"${intuos.config.deployment.targetHost}" = [ "intuos" ];
|
||||
"${jupiter.config.deployment.targetHost}" = [ "jupiter" ];
|
||||
"${flight.config.deployment.targetHost}" = [ "flight" ];
|
||||
|
||||
# Servers
|
||||
"${midas.config.deployment.targetHost}" = [ "midas" ];
|
||||
"${kitty.config.deployment.targetHost}" = [ "kitty" ];
|
||||
"${detritus.config.deployment.targetHost}" = [ "detritus" ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue