From ae631b0b20f06f7d239d160723d228891ddb2fe0 Mon Sep 17 00:00:00 2001
From: Robert Helgesson <robert@rycee.net>
Date: Fri, 20 Oct 2023 23:56:29 +0200
Subject: [PATCH] docs: fix option name

Fixes #4589
---
 docs/installation.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/installation.adoc b/docs/installation.adoc
index 70d8c6f17..cfec9d10f 100644
--- a/docs/installation.adoc
+++ b/docs/installation.adoc
@@ -158,7 +158,7 @@ home-manager.users.eve = { pkgs, ... }: {
 
   # The state version is required and should stay at the version you
   # originally installed.
-  system.stateVersion = "23.05";
+  home.stateVersion = "23.05";
 };
 ----
 
@@ -285,7 +285,7 @@ home-manager.users.eve = { pkgs, ... }: {
 
   # The state version is required and should stay at the version you
   # originally installed.
-  system.stateVersion = "23.05";
+  home.stateVersion = "23.05";
 };
 ----