Small formatting changes

This commit is contained in:
Vice 2025-03-06 23:22:49 -05:00
parent f36fc1e291
commit 933e51557d
2 changed files with 2 additions and 6 deletions

View file

@ -1,8 +1,6 @@
{ config, lib, ... }:
{
imports = [
./nginx
];
imports = [ ./nginx ];
config = lib.mkIf config.system.fileserver.enable {
services.jellyfin.enable = true;