depot/cluster/services/websites/default.nix

11 lines
148 B
Nix
Raw Normal View History

2022-08-09 21:10:25 +03:00
{
services.websites = {
nodes = {
host = [ "checkmate" "VEGAS" "prophet" ];
2022-08-09 21:10:25 +03:00
};
nixos = {
host = ./host.nix;
};
};
}