Try noauto option on rootfs
This commit is contained in:
parent
97758ca482
commit
e32a39845f
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@
|
|||
|
||||
fileSystems."/" = {
|
||||
fsType = "tmpfs";
|
||||
options = [ "mode=0755" ];
|
||||
options = [ "mode=0755,noauto" ];
|
||||
};
|
||||
|
||||
system.stateVersion = "25.05";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue