nix/modules/services/default.nix
2024-06-27 15:31:12 +02:00

6 lines
73 B
Nix

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