nixos/modules/services/default.nix
2025-04-26 14:44:46 +01:00

4 lines
37 B
Nix

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