depot/cluster/services/websites/default.nix

13 lines
154 B
Nix
Raw Normal View History

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