depot/cluster/services/websites/default.nix

10 lines
162 B
Nix

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