Revert "impermanence"

This reverts commit 9d0d0b10d1.
This commit is contained in:
2025-10-06 14:52:44 -04:00
parent 9d0d0b10d1
commit d55ff785cc
5 changed files with 2 additions and 104 deletions

View File

@@ -15,29 +15,17 @@
mountpoint = "/boot";
};
};
persistent = {
root = {
size = "100%";
content = {
type = "filesystem";
format = "f2fs";
mountpoint = "/persistent";
mountpoint = "/";
};
};
};
};
};
};
nodev = {
"/" = {
fsType = "tmpfs";
mountOptions = [
"defaults"
"size=2G"
"mode=755"
];
};
};
};
fileSystems."/persistent".neededForBoot = true;
}