infrastructure/machines/web01/crabfit/default.nix

15 lines
186 B
Nix
Raw Normal View History

_:
{
imports = [ ./packages ];
services.crabfit = {
enable = true;
api.host = "api.meet.dgnum.eu";
frontend.host = "meet.dgnum.eu";
configureNginx = true;
};
}