From fc643104a89530ff180bcded27c4aa08d2429a53 Mon Sep 17 00:00:00 2001 From: Fern Garden Date: Thu, 17 Jul 2025 13:39:15 +0800 Subject: [PATCH] Typo --- helpers.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers.nix b/helpers.nix index e54b25a..79fa54a 100644 --- a/helpers.nix +++ b/helpers.nix @@ -88,7 +88,7 @@ with inputs.nixpkgs.lib; { profiles.system = { user = "root"; sshuser = "fern"; - path = deploypkgs.deploy-rs.lib.activate.nixos self.nixosconfigurations.${hostname}; + path = deployPkgs.deploy-rs.lib.activate.nixos self.nixosconfigurations.${hostname}; }; }; };