feat(patches): Add kanidm provisioning
Some checks failed
build configuration / build_and_cache_geo02 (push) Successful in 1m7s
build configuration / build_and_cache_web02 (push) Successful in 1m19s
build configuration / build_and_cache_vault01 (push) Successful in 1m37s
build configuration / build_and_cache_web01 (push) Successful in 1m54s
lint / check (push) Successful in 23s
build configuration / build_and_cache_bridge01 (push) Successful in 1m12s
build configuration / build_and_cache_web03 (push) Successful in 1m12s
build configuration / build_and_cache_compute01 (push) Failing after 21s
Check meta / check_meta (push) Successful in 19s
Check meta / check_dns (push) Successful in 19s
build configuration / build_and_cache_krz01 (push) Successful in 3m28s
build configuration / build_and_cache_geo01 (push) Successful in 3m21s
build configuration / build_and_cache_rescue01 (push) Successful in 3m21s
build configuration / build_and_cache_storage01 (push) Successful in 3m39s
Some checks failed
build configuration / build_and_cache_geo02 (push) Successful in 1m7s
build configuration / build_and_cache_web02 (push) Successful in 1m19s
build configuration / build_and_cache_vault01 (push) Successful in 1m37s
build configuration / build_and_cache_web01 (push) Successful in 1m54s
lint / check (push) Successful in 23s
build configuration / build_and_cache_bridge01 (push) Successful in 1m12s
build configuration / build_and_cache_web03 (push) Successful in 1m12s
build configuration / build_and_cache_compute01 (push) Failing after 21s
Check meta / check_meta (push) Successful in 19s
Check meta / check_dns (push) Successful in 19s
build configuration / build_and_cache_krz01 (push) Successful in 3m28s
build configuration / build_and_cache_geo01 (push) Successful in 3m21s
build configuration / build_and_cache_rescue01 (push) Successful in 3m21s
build configuration / build_and_cache_storage01 (push) Successful in 3m39s
This commit is contained in:
parent
05edf3f295
commit
16dfdf1032
1 changed files with 20 additions and 0 deletions
|
@ -33,6 +33,26 @@ in
|
||||||
_type = "static";
|
_type = "static";
|
||||||
path = ./04-crabfit-karla.patch;
|
path = ./04-crabfit-karla.patch;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# nixos/kanidm: add basic provisioning
|
||||||
|
{
|
||||||
|
id = 251598;
|
||||||
|
excludes = [ "pkgs/by-name/ka/kanidm/package.nix" ];
|
||||||
|
hash = "sha256-z4b1ljwapfj4KpXEEAMmhYKogstKtURyq+hoJcfEXiw=";
|
||||||
|
}
|
||||||
|
|
||||||
|
# kanidm-provision: 1.1.1 -> 1.1.2
|
||||||
|
{
|
||||||
|
id = 336836;
|
||||||
|
hash = "sha256-4ihpxYdLp559RIcKRC6GPt5flLCohFiPGp0k9h1s1hs=";
|
||||||
|
}
|
||||||
|
|
||||||
|
# nixos/kanidm: fix systemd service type
|
||||||
|
{
|
||||||
|
id = 337527;
|
||||||
|
excludes = [ ".git-blame-ignore-revs" ];
|
||||||
|
hash = "sha256-ca7CsPuWJqucC77ejsvoDAt+wxWLUP30IdXtZQVQrko=";
|
||||||
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
"nixos-unstable" = [
|
"nixos-unstable" = [
|
||||||
|
|
Loading…
Reference in a new issue