depot/cluster/services/websites/default.nix

11 lines
136 B
Nix

{
services.websites = {
nodes = {
host = [ "VEGAS" "prophet" ];
};
nixos = {
host = ./host.nix;
};
};
}