nix: make src overlay writable

The lowerdir is in the nix store.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2025-08-07 18:07:19 +09:00
parent fde5f1ca64
commit b353c3deea

View File

@@ -49,6 +49,7 @@
};
script = ''
chown -R alice:users /mnt/src/
chmod -R +w /mnt/src/
'';
};
};