From 87def41367511b97bbce9a25601f70a0b427cc50 Mon Sep 17 00:00:00 2001 From: Aron Novak Date: Fri, 17 Nov 2023 09:49:42 +0000 Subject: [PATCH] Update deployment.markdown --- Guide/deployment.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/Guide/deployment.markdown b/Guide/deployment.markdown index f67ac5007..d18d7eb2f 100644 --- a/Guide/deployment.markdown +++ b/Guide/deployment.markdown @@ -67,6 +67,7 @@ flake.nixosConfigurations."ihp-app" = nixpkgs.lib.nixosSystem { ``` In the first line the `"ihp-app"` needs to be the same as your SSH name from the previous section. +Make sure you put this into the `flake-parts.lib.mkFlake` block. ### Deploying the App