fix
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
];
|
||||
|
||||
# 启用 tmpfs 作为根文件系统
|
||||
fileSystems."/" = {
|
||||
fileSystems."/" = lib.mkForce{
|
||||
device = "none";
|
||||
fsType = "tmpfs";
|
||||
options = [ "defaults" "size=2G" "mode=755" ];
|
||||
|
||||
Reference in New Issue
Block a user