depot/cluster/services/websites/default.nix
2022-09-01 23:05:39 +02:00

12 lines
154 B
Nix

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