add docker image to nas

This commit is contained in:
mjallen18
2024-02-18 21:13:15 -06:00
parent 35cb6f18ab
commit 8bb4b6072d
3 changed files with 20 additions and 12 deletions

View File

@@ -1,18 +1,6 @@
{ config, pkgs, ... }:
{
# environment.systemPackages = [
# pkgs.jellyfin
# pkgs.jellyfin-web
# pkgs.jellyfin-ffmpeg
# ];
# services.jellyfin = {
# enable = true;
# openFirewall = true;
# };
# Jellyfin
virtualisation.oci-containers.containers."jellyfin" = {
autoStart = true;