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}; }; }; };