feat(infra): Rework nixpkgs version management
All checks were successful
Check meta / check_meta (push) Successful in 20s
Check meta / check_dns (push) Successful in 43s
build configuration / build_storage01 (push) Successful in 58s
build configuration / build_compute01 (push) Successful in 1m4s
build configuration / build_vault01 (push) Successful in 52s
build configuration / build_web02 (push) Successful in 51s
lint / check (push) Successful in 24s
build configuration / build_rescue01 (push) Successful in 47s
build configuration / build_web01 (push) Successful in 1m21s

This commit is contained in:
Tom Hubrecht 2024-04-03 21:21:04 +02:00 committed by mdebray
parent 47d09f6ffa
commit b36b0d7d67
7 changed files with 38 additions and 21 deletions

View file

@ -1,4 +1,4 @@
{ config, sources, ... }:
{ config, nixpkgs, ... }:
let
domain = "sso.dgnum.eu";
@ -18,7 +18,7 @@ in
services.kanidm = {
enableServer = true;
package = (import sources.nixos-unstable { }).kanidm;
package = nixpkgs.unstable.kanidm;
serverSettings = {
inherit domain;