Fix some minor issues

Former-commit-id: f8a0434e2b
This commit is contained in:
Kaare Hoff Skovgaard 2025-07-14 23:41:25 +02:00
parent 7a995baca4
commit fee2017fd4
3 changed files with 2 additions and 5 deletions

View file

@ -25,7 +25,7 @@
"AUTHENTIK_TOKEN" = "Admin API Token";
"TF_VAR_authentik_username" = "login.username";
};
"vault-test.kaareskovgaard.net" = {
"vault.kaareskovgaard.net" = {
"VAULT_TOKEN" = "Initial root token";
};
}

View file

@ -14,9 +14,6 @@
enable = true;
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.
khscodes.infrastructure.provisioning.pre.secretsSource = "bitwarden";
khscodes.infrastructure.provisioning.post.secretsSource = "bitwarden";

View file

@ -1,6 +1,6 @@
{ pkgs, config, ... }:
let
domain = "vault-test.kaareskovgaard.net";
domain = config.infrastructure.openbao.domain;
in
{
config = {