cluster/services/websites: add checkmate to hosts

This commit is contained in:
Max Headroom 2023-03-01 22:37:51 +01:00
parent d3e71fc2cf
commit 5830db1c19

View file

@ -1,7 +1,7 @@
{
services.websites = {
nodes = {
host = [ "VEGAS" "prophet" ];
host = [ "checkmate" "VEGAS" "prophet" ];
};
nixos = {
host = ./host.nix;