This commit is contained in:
2025-04-20 17:11:04 +08:00
parent 862b23583d
commit 11601210a3

View File

@@ -9,7 +9,7 @@
fileSystems."/" = lib.mkForce { fileSystems."/" = lib.mkForce {
device = "none"; device = "none";
fsType = "tmpfs"; fsType = "tmpfs";
options = [ "defaults" "size=2G" "mode=755" ]; options = [ "relatime" "mode=755" ];
}; };
# 将 /nix 目录绑定到持久化存储 # 将 /nix 目录绑定到持久化存储