Attempt to use bind mount for rootfs

This commit is contained in:
Jakob Lechner 2025-09-17 17:15:37 +02:00
parent e32a39845f
commit 99f708e590

View file

@ -16,8 +16,8 @@
services.getty.autologinUser = "root";
fileSystems."/" = {
fsType = "tmpfs";
options = [ "mode=0755,noauto" ];
options = [ "rbind" ];
device = "/";
};
system.stateVersion = "25.05";