Skip to content

Commit bf0aa25

Browse files
committed
nixos/tests/kanidm: pin to v1.6
These should really be made versioned, but this gets us _something_ quickly, at least.
1 parent 29c9fa8 commit bf0aa25

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

nixos/tests/kanidm-provisioning.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import ./make-test-python.nix (
2323
{ pkgs, lib, ... }:
2424
{
2525
services.kanidm = {
26-
package = pkgs.kanidmWithSecretProvisioning;
26+
package = pkgs.kanidmWithSecretProvisioning_1_6;
2727
enableServer = true;
2828
serverSettings = {
2929
origin = "https://${serverDomain}";

nixos/tests/kanidm.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ import ./make-test-python.nix (
2626
{ pkgs, ... }:
2727
{
2828
services.kanidm = {
29+
package = pkgs.kanidm_1_6;
2930
enableServer = true;
3031
serverSettings = {
3132
origin = "https://${serverDomain}";
@@ -55,6 +56,7 @@ import ./make-test-python.nix (
5556
{ nodes, ... }:
5657
{
5758
services.kanidm = {
59+
package = pkgs.kanidm_1_6;
5860
enableClient = true;
5961
clientSettings = {
6062
uri = "https://${serverDomain}";

0 commit comments

Comments
 (0)