nixos-config/modules/services/dandelion.nix

5 lines
90 B
Nix

{ ... }: {
imports =
[(import ./docker.nix)]
++ [(import ./scrutiny.nix)];
}