update to nixos-22.05 #2

Merged
nyanloutre merged 19 commits from update_22_05 into master 2022-07-07 19:08:34 +02:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 371f28a719 - Show all commits

View File

@ -1,4 +1,4 @@
{ config, lib, pkgs, ... }:
{ config, lib, pkgs, inputs, ... }:
{
services = {
@ -22,7 +22,7 @@
jellyfin = {
enable = true;
package = pkgs.jellyfin;
package = inputs.nixpkgs-unstable.legacyPackages.x86_64-linux.jellyfin;
};
navidrome = {