diff options
author | Yorick van Pelt <yorick@yorickvanpelt.nl> | 2023-02-14 12:26:40 +0100 |
---|---|---|
committer | Yorick van Pelt <yorick@yorickvanpelt.nl> | 2023-02-14 12:26:40 +0100 |
commit | ad1f61c39b716f4876d5f4c1dd9e37681631edb3 (patch) | |
tree | 6ed93b0638aa70a7070f1e7004cad23d1e4f6a3a /tests | |
parent | db41f74af39850d0aeb2741304c1eacf90ceea88 (diff) |
container test: make /etc writable
Diffstat (limited to 'tests')
-rw-r--r-- | tests/nixos/containers/systemd-nspawn.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/nixos/containers/systemd-nspawn.nix b/tests/nixos/containers/systemd-nspawn.nix index 424436b3f..457af6064 100644 --- a/tests/nixos/containers/systemd-nspawn.nix +++ b/tests/nixos/containers/systemd-nspawn.nix @@ -62,6 +62,7 @@ runCommand "test" mkdir -p $out + chmod +w /etc touch /etc/os-release echo a5ea3f98dedc0278b6f3cc8c37eeaeac > /etc/machine-id |