fixup! vault: implement bootstrap integration

This commit is contained in:
2026-02-03 00:26:43 +01:00
parent 6638f2e818
commit 092f02b2ba
12 changed files with 25 additions and 25 deletions

View File

@@ -124,7 +124,7 @@ in
vaultAddress = mkOption {
type = types.str;
default = "https://vault.home.2rjus.net:8200";
default = "https://vault01.home.2rjus.net:8200";
description = "Vault server address";
};