dot_testing/boxes/copernicus/services/default.nix

9 lines
92 B
Nix
Raw Normal View History

2024-10-27 22:48:02 -05:00
{ lib, config, pkgs, ...}:
{
imports = [
./photoprism.nix
2024-10-27 22:59:13 -05:00
./wireguard.nix
2024-10-27 22:48:02 -05:00
];
}