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

7 lines
65 B
Nix

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