nixfleet/modules/hydra/config.nix

8 lines
111 B
Nix

{
services.my-hydra.repos = {
emacs = { };
nixfleet = { };
trotten = { };
blog = { };
};
}