Skip to content

Commit c2e99c8

Browse files
committed
nixos/tests: fix eval warning in kanidm test
1 parent 1de6ecf commit c2e99c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nixos/tests/kanidm.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ in
5656
networking.firewall.allowedTCPPorts = [kanidmPort];
5757

5858
services.kanidm = {
59-
package = pkgs.kanidmWithSecretProvisioning;
59+
package = pkgs.kanidmWithSecretProvisioning_1_7;
6060
enableServer = true;
6161
serverSettings = {
6262
version = "2";

0 commit comments

Comments
 (0)