Update lock
This commit is contained in:
parent
1cf218594b
commit
668da8ed2b
3 changed files with 24 additions and 25 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue