.. | ||
gitea.nix | ||
postgres.nix | ||
readme.md |
Services
TODO: volumes
Contains files defining services.
Services are of the form:
{ pkgs, ... }: {
name = "name";
config = { ... };
ports = {
tcp = [ 80 ];
udp = [ 111 ];
http = 80;
};
hosts = [ "myservice.domain.mjau" ];
}