refactor(neogaia): drop the zram Module and enable zram inline
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:
@@ -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="
|
||||
|
||||
Reference in New Issue
Block a user