0
0
Fork 0
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:
Eelco Dolstra 2014-08-12 02:51:20 +02:00
parent 32b977d4a7
commit a7a08188bf
2 changed files with 5 additions and 1 deletions

View file

@ -89,6 +89,8 @@ with lib;
restartIfChanged = false;
};
systemd.services.systemd-remount-fs.enable = false;
};
}