nix/modules/services/default.nix
2024-09-10 19:50:31 +02:00

6 lines
70 B
Nix

{
imports = [
./media-mgr.nix
./nextcloud-podman.nix
];
}