Update webservices.nix

This commit is contained in:
ediblerope 2026-01-20 21:17:17 +00:00 committed by GitHub
parent 97e1b79bba
commit 6b3a71f93e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,4 +2,9 @@
{ {
config = lib.mkIf (config.networking.hostName == "FredOS-Mediaserver") { config = lib.mkIf (config.networking.hostName == "FredOS-Mediaserver") {
# Jellyfin
services.jellyfin = {
enable = true;
openFirewall = true;
};
} }