6 lines
105 B
Nix
6 lines
105 B
Nix
{ config, ... }:
|
|
{
|
|
imports = [ ./nginx ];
|
|
|
|
services.jellyfin.enable = config.system.server.enable;
|
|
}
|