hive-matrix: refresh stale bindMounts comment after activation-script fix (argus)
This commit is contained in:
parent
dfec976461
commit
11db710ddf
1 changed files with 4 additions and 4 deletions
|
|
@ -209,10 +209,10 @@ in
|
||||||
privateNetwork = false;
|
privateNetwork = false;
|
||||||
# Read-only bind of the host-managed registration token so
|
# Read-only bind of the host-managed registration token so
|
||||||
# tuwunel can resolve `registration_token_file` to a real
|
# tuwunel can resolve `registration_token_file` to a real
|
||||||
# file inside the container. The host path doesn't need to
|
# file inside the container. The activation script above
|
||||||
# exist at eval time (the file is generated by hive-c0re's
|
# ensures the host path exists with a valid 64-char hex token
|
||||||
# `matrix::ensure_register_token` on first boot); nspawn will
|
# before any container starts, so the bind always finds real
|
||||||
# create the bind mount on container start either way.
|
# content (no first-boot empty-file race; argus #565 nit).
|
||||||
bindMounts.${cfg.registrationTokenFile} = {
|
bindMounts.${cfg.registrationTokenFile} = {
|
||||||
hostPath = cfg.registrationTokenFile;
|
hostPath = cfg.registrationTokenFile;
|
||||||
isReadOnly = true;
|
isReadOnly = true;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue