dot_testing/boxes/copernicus/services/default.nix

8 lines
72 B
Nix

{ lib, config, pkgs, ...}:
{
imports = [
./photoprism.nix
];
}