From 781d4ab156c6db54ee5b1ec19dc02bfe298a7515 Mon Sep 17 00:00:00 2001 From: Sizhe Zhao Date: Thu, 9 May 2024 09:53:15 +0800 Subject: [PATCH] fix(README): fix ram requirements without kexec --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 803d914..fc4bd9a 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ data has been migrated. - The machine must be reachable over the public internet or local network. Nixos-anywhere does not support wifi networks. If a VPN is needed, define a custom installer via the --kexec flag which connects to your VPN. - - Must have at least 1.5 GB of RAM, excluding swap. + - (when `kexec` is used) must have at least 1.5 GB of RAM, excluding swap. ## How to use nixos-anywhere