nixfleet/modules/hydra/config.nix

8 lines
107 B
Nix

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