depot/cluster/services/websites/default.nix

11 lines
136 B
Nix
Raw Normal View History

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