depot/cluster/services/websites/default.nix

11 lines
148 B
Nix
Raw Normal View History

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