[pretalx] pin package to unstable to fix security problem
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
{ config, self, lib, pkgs, ... }:
|
{ config, self, lib, pkgs, inputs, ... }:
|
||||||
|
|
||||||
with lib;
|
with lib;
|
||||||
|
|
||||||
@@ -58,6 +58,7 @@ in
|
|||||||
|
|
||||||
services.pretalx = {
|
services.pretalx = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
package = inputs.nixpkgs-unstable.legacyPackages."x86_64-linux".pretalx;
|
||||||
celery.extraArgs = [
|
celery.extraArgs = [
|
||||||
"--concurrency=${toString config.microvm.vcpu}"
|
"--concurrency=${toString config.microvm.vcpu}"
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user