NixOS-Config/modules/system/services/fileserver/public/default.nix
2024-10-09 03:36:08 -04:00

8 lines
65 B
Nix

{ ... }:
{
imports = [
./nextcloud
./photoprism
];
}