diff options
Diffstat (limited to 'docs/canonical-laptop.md')
| -rw-r--r-- | docs/canonical-laptop.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/canonical-laptop.md b/docs/canonical-laptop.md index 9fa62ce..7479b46 100644 --- a/docs/canonical-laptop.md +++ b/docs/canonical-laptop.md @@ -143,6 +143,12 @@ a terminal tool; this role does not install the pass Secret Service daemon. The lists are in `meta/canonical/`. Ghostty's classic confinement is explicit. +The corporate profile uses Ubuntu's coreutils for account lookup through authd. +It does not install Nix coreutils. If a Nix program cannot resolve your user or +group, compare it with the corresponding `/usr/bin` command. Do not change the +account UID or add a duplicate entry to `/etc/passwd`. The test VM uses a local +account and does not test authd lookups. + Tuicr's Rust crates are fetched from the official static archive server with Cargo.lock checksum verification. `just nix-crate-check` tests a fresh download without using its cached output. Bootstrap does not need a manual crate prefetch. |
