nixos-hypervisor/modules/default.nix
Théo Barnouin 8754f0d1a0
Some checks failed
/ Build Nix targets (push) Has been cancelled
Cleanup
2025-06-18 09:27:31 +02:00

5 lines
49 B
Nix

{...}: {
imports = [
./crowdsec.nix
];
}