fix: pyload user bash

This commit is contained in:
2026-01-25 14:40:41 +01:00
parent f6a9a9e0ff
commit b0cbb5a3b4

View File

@@ -52,6 +52,7 @@ in
home = "/var/lib/pyload";
createHome = true;
extraGroups = [ "jellyfin" ];
shell = pkgs.bashInteractive; # Required for filebot-process script
};
users.groups.pyload = {};