Begin testing bootstrapping of vault authentication

However, the nixos-install script fails on khs openstack
as the system won't boot up after installation due it
being unable to locate the root disk. I am not sure what disk
it ends up finding.
This commit is contained in:
Kaare Hoff Skovgaard 2025-07-09 23:53:42 +02:00
parent f7d4bef46c
commit 608d758f30
Signed by: khs
GPG key ID: C7D890804F01E9F0
32 changed files with 705 additions and 194 deletions

View file

@ -97,7 +97,7 @@
inherit inputs;
khscodesLib = inputs.self.lib;
};
terranixModules.openbao = import ./nix/modules/terranix/openbao {
terranixModules.vault = import ./nix/modules/terranix/vault {
inherit inputs;
khscodesLib = inputs.self.lib;
};