nixos/modules/services/default.nix
2025-04-26 16:31:53 +01:00

8 lines
70 B
Nix

{ ... }: {
imports = [
./gitea
./immich
./radarr
];
}