nix/modules/services/default.nix
2024-08-27 21:59:21 +02:00

6 lines
73 B
Nix

{
imports = [
./download-pod.nix
./nextcloud-podman.nix
];
}