Some documentation comments.

This commit is contained in:
jay
2025-07-13 20:17:46 -04:00
parent 9047f00910
commit 4d009c46bd
4 changed files with 14 additions and 3 deletions

View File

@@ -12,5 +12,6 @@
# Allow unfree packages
nixpkgs.config.allowUnfree = true;
# Use some of our RAM as swap space.
zramSwap.enable = true;
}