nixos/modules/services/gitea/default.nix

9 lines
67 B
Nix
Raw Normal View History

{ ... }:
{
imports = [
./actions.nix
./gitea.nix
];
}