mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-16 18:02:55 +02:00
9 lines
183 B
Nix
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
|
|
];
|
|
}
|