cluster/services/nginx: add checkmate to hosts
This commit is contained in:
parent
5830db1c19
commit
ea12ce8b31
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
services.nginx = {
|
services.nginx = {
|
||||||
nodes.host = [ "VEGAS" "prophet" ];
|
nodes.host = [ "checkmate" "VEGAS" "prophet" ];
|
||||||
nixos.host = [ ./nginx.nix ];
|
nixos.host = [ ./nginx.nix ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue