mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-17 02:12:55 +02:00
Add nix-infra-machine
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
# Wrapper module that imports the unstable crowdsec module
|
||||
# This allows the standard app_modules/default.nix import to work
|
||||
{ ... }:
|
||||
{
|
||||
imports = [
|
||||
../_unstable/crowdsec
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user