Try noauto option on rootfs

This commit is contained in:
Jakob Lechner 2025-09-17 16:59:45 +02:00
parent 97758ca482
commit e32a39845f

View file

@ -17,7 +17,7 @@
fileSystems."/" = {
fsType = "tmpfs";
options = [ "mode=0755" ];
options = [ "mode=0755,noauto" ];
};
system.stateVersion = "25.05";