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

9 lines
83 B
Nix

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