Drop the zram Module and enable zram inline on neogaia

modules/zram.nix only wrapped the native zramSwap.enable toggle without
adding anything. Rewrite the touched comments to describe only the current
file content, and record the in-file-comment convention in CLAUDE.md.
This commit is contained in:
2026-07-18 15:41:43 -04:00
parent 6c1ebfdd5f
commit 96f2de54ca
5 changed files with 15 additions and 31 deletions

View File

@@ -52,13 +52,9 @@ in
"flakes"
];
# The chaotic binary cache, declared explicitly on the built system so the
# CachyOS kernel is substituted rather than compiled. chaotic's own module
# also provides these, but stating them here keeps the built system's cache
# config visible and independent of that module. Added via the `extra-`
# options so they only append — cache.nixos.org and any other substituter
# are never dropped. (Fetching at install time depends on the installing
# daemon's substituters, not this — see the chaotic gotcha in CLAUDE.md.)
# The chaotic binary cache, so the CachyOS kernel is substituted rather than
# compiled. Appended with the `extra-` options so cache.nixos.org and any
# other substituter are kept alongside it.
nix.settings.extra-substituters = [ "https://nyx-cache.chaotic.cx/" ];
nix.settings.extra-trusted-public-keys = [
"nyx-cache.chaotic.cx:dJxTrgMC3V3cFfyIiBQDQorG6k1LsqurH/srpMSq7qk="