123
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user