diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-03-21 12:29:15 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-03-21 12:56:11 +0900 |
| commit | 632b18addd56227682ab4e29d97dcaf5d9642454 (patch) | |
| tree | d00423925c0ce87884a5e70fff1f2da3263f04d0 /test/configuration.nix | |
| parent | a57a7a6a164a6a7a55a728c328dce4137885a91c (diff) | |
test/sandbox: rename misleading bind destination
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'test/configuration.nix')
| -rw-r--r-- | test/configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/configuration.nix b/test/configuration.nix index 6c72299f..f6c3d147 100644 --- a/test/configuration.nix +++ b/test/configuration.nix @@ -113,7 +113,7 @@ extraPaths = [ { src = "/proc/mounts"; - dst = "/.fortify/host-mounts"; + dst = "/.fortify/mounts"; } ]; } |
