nixos/systemd-stage-1: follow systemd /run propagation (#405687)

This commit is contained in:
Florian Klink 2025-05-29 12:21:50 +03:00 committed by GitHub
commit 2d03d70e9d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 34 additions and 1 deletions

View file

@ -642,7 +642,7 @@ in
{
where = "/sysroot/run";
what = "/run";
options = "bind";
options = "rbind";
unitConfig = {
# See the comment on the mount unit for /run/etc-metadata
DefaultDependencies = false;