This commit is contained in:
2025-04-20 12:08:44 +08:00
parent e027121d39
commit f44d3c2d1a

View File

@@ -6,7 +6,7 @@
];
# 启用 tmpfs 作为根文件系统
fileSystems."/" = {
fileSystems."/" = lib.mkForce{
device = "none";
fsType = "tmpfs";
options = [ "defaults" "size=2G" "mode=755" ];