infra/nixos/hosts/eidola/services/default.nix

9 lines
102 B
Nix

{...}: {
imports = [
./jellyfin.nix
./samba.nix
./navidrome.nix
./maloja.nix
];
}