nginx & jellyfin modularized

This commit is contained in:
2024-06-14 15:09:36 -06:00
parent e5e55cd406
commit a24ed21f39
10 changed files with 385 additions and 294 deletions

View File

@@ -92,12 +92,7 @@
];
};
};
environment.systemPackages = with pkgs; [
wget
jellyfin-ffmpeg # coolest video converter!
mediainfo # nextcloud
dlib
];
environment.systemPackages = with pkgs; [ wget ];
services = {
btrfs.autoScrub.fileSystems = [ "/mnt/pool" ];
# minidlna = {