From 32b0eb216a5757aefe7f5b46f0b560d66a753ceb Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 23 Jun 2026 15:19:30 +0200 Subject: [PATCH] nixos/doc: Fix typo Signed-off-by: Matthias Beyer --- nixos/doc/manual/development/writing-nixos-tests.section.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/doc/manual/development/writing-nixos-tests.section.md b/nixos/doc/manual/development/writing-nixos-tests.section.md index 8296b4904d3a..c43f6bb34299 100644 --- a/nixos/doc/manual/development/writing-nixos-tests.section.md +++ b/nixos/doc/manual/development/writing-nixos-tests.section.md @@ -146,7 +146,7 @@ Some advantages of virtual machines over containers are: (kernel modules, etc.). - Virtual machines support testing graphical applications on X11. - Virtual machines allow testing NixOS modules that use systemd's namespacing options (such as `ProtectSystem=` or `MountAPIVFS=`). -- Virtual machines allow testing [`spcialisation`](options.html#opt-specialisation). +- Virtual machines allow testing [`specialisation`](options.html#opt-specialisation). (Switching to a specialisation requires the creation of SUID/SGID wrappers, which is disallowed in `systemd-nspawn` within the Nix sandbox.) - Virtual machines allow the execution of `setuid` binaries.