parent
7a995baca4
commit
fee2017fd4
3 changed files with 2 additions and 5 deletions
|
@ -25,7 +25,7 @@
|
||||||
"AUTHENTIK_TOKEN" = "Admin API Token";
|
"AUTHENTIK_TOKEN" = "Admin API Token";
|
||||||
"TF_VAR_authentik_username" = "login.username";
|
"TF_VAR_authentik_username" = "login.username";
|
||||||
};
|
};
|
||||||
"vault-test.kaareskovgaard.net" = {
|
"vault.kaareskovgaard.net" = {
|
||||||
"VAULT_TOKEN" = "Initial root token";
|
"VAULT_TOKEN" = "Initial root token";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -14,9 +14,6 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
server_type = "cax11";
|
server_type = "cax11";
|
||||||
};
|
};
|
||||||
virtualisation.vmVariant.virtualisation.host.pkgs = import inputs.nixpkgs {
|
|
||||||
system = "aarch64-darwin";
|
|
||||||
};
|
|
||||||
# Cannot use vault for secrets source, as this is the server containing vault.
|
# Cannot use vault for secrets source, as this is the server containing vault.
|
||||||
khscodes.infrastructure.provisioning.pre.secretsSource = "bitwarden";
|
khscodes.infrastructure.provisioning.pre.secretsSource = "bitwarden";
|
||||||
khscodes.infrastructure.provisioning.post.secretsSource = "bitwarden";
|
khscodes.infrastructure.provisioning.post.secretsSource = "bitwarden";
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{ pkgs, config, ... }:
|
{ pkgs, config, ... }:
|
||||||
let
|
let
|
||||||
domain = "vault-test.kaareskovgaard.net";
|
domain = config.infrastructure.openbao.domain;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
config = {
|
config = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue