From 2ec52a0ede32867c2faaed3bc3bd633e67136f78 Mon Sep 17 00:00:00 2001 From: Kid <44045911+kidonng@users.noreply.github.com> Date: Fri, 31 Dec 2021 13:59:08 +0800 Subject: [PATCH] Enable `zramSwap.enable` by default (#86) --- nixos-infect | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos-infect b/nixos-infect index 1366897..650430e 100755 --- a/nixos-infect +++ b/nixos-infect @@ -28,6 +28,7 @@ makeConf() { ]; boot.cleanTmpDir = true; + zramSwap.enable = true; networking.hostName = "$(hostname)"; services.openssh.enable = true; users.users.root.openssh.authorizedKeys.keys = [$(while read -r line; do echo -n "