Jellyfin nss

This commit is contained in:
soraefir
2026-05-14 13:00:30 +02:00
parent f80107efab
commit 9de6cedf33
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
{ ... }: {
imports = [ ./dbus ./fonts ./hw ./locale ./network ./nix ./security ./xdg ];
services.journald.extraConfig = ''
LineMax=4K
SystemMaxUse=10M
SystemMaxFileSize=1M
'';
}