Update lock

This commit is contained in:
Filippo Berto 2023-01-22 18:38:40 +01:00
parent 1cf218594b
commit 668da8ed2b
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED
3 changed files with 24 additions and 25 deletions

View file

@ -103,7 +103,7 @@ with lib; {
};
jellyfin = {
enable = true;
package = pkgs.jellyfin;
package = pkgs.unstable.jellyfin;
openFirewall = true;
group = "users";
};
@ -240,7 +240,7 @@ with lib; {
];
shell = pkgs.zsh;
};
jellyfin.extraGroups = [ "video" ];
# jellyfin.extraGroups = [ "video" ];
};
services.snapper = {