blacksteel: add jellyfin

This commit is contained in:
Guanran Wang 2024-06-08 13:25:24 +08:00
parent 5a1c3597fd
commit 96bdbbfb7a
Signed by: nyancat
GPG key ID: 91F97D9ED12639CF

View file

@ -225,7 +225,7 @@
}; };
systemd.tmpfiles.rules = [ systemd.tmpfiles.rules = [
"d /srv/samba/share 0700 guanranwang root" "d /srv/samba/share 0755 guanranwang root"
]; ];
services.matrix-synapse = { services.matrix-synapse = {
@ -320,4 +320,9 @@
}; };
systemd.services.mastodon-sidekiq-all.environment = config.networking.proxy.envVars; systemd.services.mastodon-sidekiq-all.environment = config.networking.proxy.envVars;
services.jellyfin = {
enable = true;
openFirewall = true;
};
} }