nix-files/cfg/services/jellyfin.nix
Colin b5dd04e127 rename config/ -> cfg/
notably, this avoids the problem where `co<tab>` can't auto-complete the trailing slash.
`cf<tab>` autocompletes to `cfg/` in the same number of keystrokes :-)
2022-05-08 22:01:22 +00:00

6 lines
68 B
Nix

{ config, pkgs, lib, ... }:
{
services.jellyfin.enable = true;
}