fixup! vault: replace vault with openbao
Some checks failed
Run nix flake check / flake-check (push) Has been cancelled

This commit is contained in:
2026-02-01 21:16:02 +01:00
parent 30d33dfa07
commit ec6c693daf
2 changed files with 7 additions and 1 deletions

View File

@@ -3,9 +3,14 @@
services.openbao = {
enable = true;
ui = true;
settings = {
storage.file.path = "/var/lib/openbao";
listener.default = {
type = "tcp";
address = "0.0.0.0:8200";
};
};
};
}

View File

@@ -43,6 +43,7 @@ locals {
cpu_cores = 2
memory = 2048
disk_size = "20G"
flake_branch = "vault-setup" # Bootstrap from this branch instead of master
}
}