feat: adds services for dandelion

This commit is contained in:
Ahwx 2025-03-22 22:46:18 +01:00
parent 4fcf563b4b
commit 018442bbc3

View file

@ -0,0 +1,5 @@
{ ... }: {
imports =
[(import ./docker.nix)]
++ [(import ./scrutiny.nix)];
}