mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
Containers: Don't remount /
This commit is contained in:
parent
32b977d4a7
commit
a7a08188bf
2 changed files with 5 additions and 1 deletions
|
@ -89,6 +89,8 @@ with lib;
|
|||
restartIfChanged = false;
|
||||
};
|
||||
|
||||
systemd.services.systemd-remount-fs.enable = false;
|
||||
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue