feat(jellyfin): init jellyfin

This commit is contained in:
Artur Manuel 2025-03-05 14:32:32 +00:00
commit 4e2ae9fdfd
Signed by: amadaluzia
SSH key fingerprint: SHA256:Zwg7gBuZyaG48ucAZneJwltiXu0+tJb7c3lYt9AYlLg
5 changed files with 14 additions and 3 deletions

View file

@ -35,7 +35,11 @@ in {
];
};
services = {
displayManager.sessionPackages = [cfg.package];
gnome.gnome-keyring.enable = true;
};
alqueva.support.wayland = true;
services.gnome.gnome-keyring.enable = true;
};
}