Attempt to use bind mount for rootfs
This commit is contained in:
parent
e32a39845f
commit
99f708e590
1 changed files with 2 additions and 2 deletions
|
|
@ -16,8 +16,8 @@
|
|||
services.getty.autologinUser = "root";
|
||||
|
||||
fileSystems."/" = {
|
||||
fsType = "tmpfs";
|
||||
options = [ "mode=0755,noauto" ];
|
||||
options = [ "rbind" ];
|
||||
device = "/";
|
||||
};
|
||||
|
||||
system.stateVersion = "25.05";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue