This commit is contained in:
2026-05-31 12:32:06 +08:00
parent 272d6402ad
commit 45e0f28674
3 changed files with 11 additions and 4 deletions
+8
View File
@@ -118,6 +118,14 @@
services.printing.enable = true;
services.flatpak.enable = true;
# 压缩内存 swap,大小等于物理内存。
zramSwap = {
enable = true;
memoryPercent = 100;
algorithm = "zstd";
priority = 100;
};
# ── 用户 ────────────────────────────────────────────────────
users.users.luodh = {
isNormalUser = true;