Files
k8scd/nix-infra-machine/app_modules/crowdsec/default.nix
T
2026-03-15 18:31:53 +01:00

9 lines
183 B
Nix

# Wrapper module that imports the unstable crowdsec module
# This allows the standard app_modules/default.nix import to work
{ ... }:
{
imports = [
../_unstable/crowdsec
];
}